What is the syntax for a SELECT statement?
SELECT columnlist FROM tablelist [WHERE condidtionlist] [GROUP BY columnlist] [HAVING conditionlist] [ORDER BY columnlist [ASC | DESC] ] ;
What is a view?
A view is a virtual table based on a SELECT query
List three logical operators.
NOT, AND, OR