SQL Des
SQL Des
Chapter 06-last
1. What are Group Functions? Write down the types of Group Function?
2. What are the guidelines of using Group by clause?
3. What are the illegal points in using group functions?
4. What are the steps Oracle server performs when you use the HAVING clause?
5. Write down the Joins that are compliant with the SQL: 1999 standard?
6. Write down the guidelines of using Table Alias?
7. What is NATURAL JOIN?
8. What are non-Equijoins?
9. What are the three types of outer joins?
10. What do you mean by Table Alias?
11. What is Subquery? What are the Guidelines for Using Subqueries?
12. What are Single Row and Multiple Row Subquery?
13. What are the common errors available that will occur with Sub-query?
14. What do you understand by Transaction?
15. Write down the common error that will occur during INSERT operation?
16. What are the steps required for copying rows from another table?
17. When does a transaction begin and end in SQL?
18. When does an automatic commit occur?
19. When does automatic rollback occur?
20. Write down the difference between delete and truncate.