RDBMS Assignments 1 To 2
RDBMS Assignments 1 To 2
SMG
18. Explain TCL commands with suitable example. (Summer – 23).
19. Differentiate DELETE v/s DROP. (Summer – 23).
20. Differentiate ORDER BY v/s GROUP BY. (Summer – 23).
21. Explain following SQL function.
1). MONTHS_BETWEEN 2). ROUND 3). FLOOR 4).TO_NUMBER
22. Explain Single row functions. (Summer – 23).
23. Consider the following table and solve the given queries. (Summer – 23).
Employee ( emo_no, emp_name, desg, salary, dept)
i. Create table employee.
ii. Display information of all employees whose names
start with ‘m’ and end with ‘a’.
iii. Display department-wise salary total.
iv. Add new column contact_no in employee.
..
SMG
ASSIGNMENT: 2
SMG