For database related videos, please subscribe channel
/ @datagurunaval
The SELECT statement is used to select data from a database.
It returns a result set of records, from one or more tables.
SQL is not case sensitive (for example, SELECT is the same as select).
Note: A query only points to data, it does not store data. When you save a query, you are not saving a copy of the data.