# SELECT ## Definition >[! Definition] >This is a keyword in [[SQL]]. The SELECT keyword specifies the column(s) from which to retrieve data. ## Examples ```sql SELECT * FROM databaseTable ``` The above example keyword SELECT instructs the database to get all columns. ## Related [[FROM]] [[WHERE]] [[SQL keywords]] ## Resources