1. SQL is case-sensitive
2. What is the output of following code? COALESCE(NULL,1,2)
3. What is the default date format of SQL?
4. What is the output of following line?SELECT CONVERT(int, 101.75);
5. How do you fetch matching columns with Null Values?
6. If we have two operations to order and limit, which operation should be the last SQL statement
7. Which of the following property means All or Nothing
8. What is the output of following query? Select name,price from items order by 2 asc
9. WHERE clause and HAVING Clauses behave differently when used with
10. SQL supports both single and multi line comments