Question: 1. What is the difference between a column constraint and a table constraint?
2. What are "referential constraint actions"?
3. Rewrite the following WHERE clause without the use of the IN special operator: WHERE V_STATE IN (TN, FL, GA)
4. Explain the difference between an ORDER BY clause and a GROUP BY clause.