0% found this document useful (0 votes)
10 views5 pages

RDM Micro Project

The document outlines a comprehensive set of SQL operations to be performed on a chosen organization with three tables. It includes tasks such as creating tables with constraints, performing various data manipulation operations, and utilizing SQL functions and clauses. Additionally, it covers advanced topics like PL/SQL, creating views, sequences, and triggers.

Uploaded by

samarthupare92
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views5 pages

RDM Micro Project

The document outlines a comprehensive set of SQL operations to be performed on a chosen organization with three tables. It includes tasks such as creating tables with constraints, performing various data manipulation operations, and utilizing SQL functions and clauses. Additionally, it covers advanced topics like PL/SQL, creating views, sequences, and triggers.

Uploaded by

samarthupare92
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Micro Project-RDM

Consider any one organization with three table and perform following sql operation on those
table

1. CREATE TABLE with any two constraints


2. ALTER TABLE
3. DELETE TABLE
4. COMMIT ,SAVEPOINT and ROLLBACK
5. selecting specific column,
6. arithmetic operation in select,
7. use Column alias ,
8. concatenation operation ,
9. Literal Character String in select clause
10. Removing duplicate rows, displaying table structure
11. Using the WHERE Clause
12. Character Strings and Dates
13. Using the BETWEEN AND Condition
14. Using the IN Condition
15. Using the LIKE Condition
16. Using the NULL Conditions
17. Using any two Logical Conditions
18. Using the ORDER BY Clause
19. using any 5 Character Functions
20. Using 3 Number Functions
21. Using any 3 Date Functions
22. using Explicit Data Type Conversion
23. Using NVL Function
24. using any 4 Group Functions
25. Using the GROUP BY Clause
26. Using the HAVING Clause
27. Retrieving Records with any equi-joins
28. Retrieving Records with any non equi-joins or outer join
29. Using a Subquery to Solve a Problem
30. Multiple-Row Subqueries
31. queries on Set Operators -union
32. queries on Set Operators -Intersect
33. queries on Set Operators -Minus
34. INSERT Statement
35. UPDATE Statement
36. DELETE Statement
37. PL/SQL
38. Create any 3 views
39. create Sequence
40. Create Index
41. Use Implicit cursor
42. Use Explicit cursor
43. Use for iterative statement in PLSQL
44. Use Loop statement in PLSQL
45. Use inbuilt exception
46. Use User defined exception
47. write 2 procedure
48. write 2 function
49. write trigger

Sample for your reference:

You need to create table, question like given below and then write
query for each question

You might also like