0% found this document useful (0 votes)
15 views

RDBMS Assignments 1 To 2

Rdbmd assignment gtu

Uploaded by

yashbadgujar1533
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

RDBMS Assignments 1 To 2

Rdbmd assignment gtu

Uploaded by

yashbadgujar1533
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

ASSIGNMENT: 1

Chapter – 1 Introduction to Database System and SQL commands

1. Give difference between data and information.


2. Explain advantages and disadvantages of file oriented system.
3. What is DBA? Explain responsibilities of DBA.
4. Define DBMS. Write an application of DBMS. (Summer – 23).
5. Explain advantages and disadvantages of DBMS.
6. What is Data Independence? Explain its types.
7. Explain functions and services of DBMS.
8. Explain the Data Dictionary and its components. (Summer – 23).
9. Explain 3-Level/tier ANSI SPARC Architecture. Also give advantages.
10. Give difference between Schema and Instance with example.
11. Define Following terms: -
1. Data 11. Entities
2. Information 12. Attributes
3. Database 13. Relationships
4. DBMS 14. Key
5. Data Item or Fields 15. Active Data dictionary
6. Records 16. Passive Data dictionary
7. Files 17. Data Warehouse
8. Meta Data 18. Schema (Summer – 23)
9. System Catalog 19. Subschema (Summer – 23)
10. Data dictionary 20. Instance (Summer – 23)

12. Explain DDL commands with suitable example. (Summer – 23).


13. Explain DML commands with suitable example.
14. Explain DQL commands with suitable example.
15. Explain DCL commands with examples.
16. Explain SQL Operators. (Summer – 23).
17. Give the difference between Grant and Revoke.

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

Chapter – 2 SQL In built functions and Joins

1. What is Mapping? Explain its types.


2. List data models and explain Network and Hierarchical Data Model.
3. List database systems and explain Client-Server and Distributed Database System.
4. Explain following SQL function.
1) SUM 2) INITCAP 3) TO_CHAR 4) GREATEST
5. Explain the purpose of SAVEPOINT command. (Summer – 23).
6. Explain following SQL function.
1) DECODE 2) VSIZE 3) LEAST 4) AVG 5) ADD_MONTHS
6) SUM 7) SUBSTR 8) MOD 9) MONTHS_BETWEEN
10) ADS 11) CEIL 12) UID
7. Write a short note on Aggregate Function.
8. Write a short note on Numeric Function.
9. Write a short note on Character Function.
10. Write a short note on Date Function.
11. Write a short note on Conversion Function.
12. Write a short note on Group Function.
13. List the different types of joins. Explain in detail with the help of an example. (Summer –
23).
14. Define correlated sub-query. Explain with example. (Summer – 23).
15. Write a short note on The Union Operation.
16. Write a short note on The Intersect Operation.
17. Write a short note on The Minus Operation.

SMG

You might also like