Temple University

3. General Syntax of a SQL Query (SELECT Statement) In SQL, a query is a (syntactically correct) expression of a question that we want to ask of a database. The SQL command that we use to compose a query is called a SELECT statement. When we . execute. a query (or SELECT statement) against a database, we get what is called a “result set”. ................
................