0% found this document useful (0 votes)
28 views3 pages

Assignment Dbms Even(24 25)

The document outlines assignment topics and submission details for the Database Management System course for the academic year 2024-2025. It includes a list of students, their registration numbers, and deadlines for assignments, along with specific SQL query tasks related to employee and supplier data. Additionally, it covers concepts such as RAID, file organization, indexing, and normalization in database systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Assignment Dbms Even(24 25)

The document outlines assignment topics and submission details for the Database Management System course for the academic year 2024-2025. It includes a list of students, their registration numbers, and deadlines for assignments, along with specific SQL query tasks related to employee and supplier data. Additionally, it covers concepts such as RAID, file organization, indexing, and normalization in database systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 3

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

ACADEMIC YEAR 24-25 EVEN SEM


ASSIGNMENT TOPICS FOR II YEAR/IV SEM PUIT4PC03 DATABASE MANAGEMENT SYSTEM
ASSIGNMENT 3
ASSIGNMENT 2 SUBMISSION
ASSIGNMENT 1 CO'S CO'S CO'S
SI. SUBMISSION DATE ON MARK
REG NO STUDENT NAME SUBMISSION DATE ON COVE MARKS COVER MARKS COVER
NO DATE ON 01.04.2025 S
12.02.2025 RED ED ED
03.03.2025

23U104064 NABILA.R
1

23U104065 NANDHA KUMAR.N


2

3 23U104066 NAVEENA.C

4 23U104067 NAVYA.S

23U104068 NIRANJANA.R
5
EMPLOYEE A university registrar's office
6 23U104069 NIRMALA.M EMPLOYEE (ENO, NAME, maintains data about the
DATE BORN, GENDER, following entities:
DATE (1) courses, including
7 23U104070 NIROSH.A
JOINED,DESIGNATION, number, title, credits,
BASIC PAY, DEPARTMENT syllabus, and prerequisites;
8 23U104071 NITHYA.K NUMBER) (2) course offerings, including
DEPARTMENT course number, year,
DEPARTMENT semester, section number,
9 23U104072 NITHYA.N (DEPARTMENT instructor(s), timings, and 1.Explain the concept
NUMBER,NAME) classroom; of RAID.List the
23U104073 NITHYASHRI.S (3) students, including different levels in RAID
10 Write SQL queries to student-id, name, and technology and explain
perform the following: program; and its features.
23U104074 NIVETHA.V (i) List the details of
11
employees belonging to CO1 10 CO2 10 2.Describe different CO4 10
23U104075 OM NARAYANAN department number (4) instructors, including types of file
12 “CSE”. (ii) List the identification number, name, organization. Explain
employee number, department, and title. using a sketch of each
23U104076 PALLAVI.T employee name, of the, with their
13
department numberand Further, the enrollment of advantages and
23U104077 PARGAVI.J department name of all students in courses and disadvantages.
14 employees. grades awarded to students in
(iii) List the department each course they are enrolled
23U104078 PAUL ALAN RYAN.J number and number of for must be appropriately
15 employees in each modeled. Construct an E-R
department. diagram for the registrar's
23U104079 PAVITHRA.R (iv) List the details of office. Document all
16
employees who earn less assumptions that you make
23U104080 POOJA.S than the average basic about the mapping
17 pay of all employees constraints.
23U104081 PRADEEP.R
18

23U104082 PRATHIKA
19

23U104084 PRIYA.N
20

23U104085 PUNITHA M
21

23U104087 RAGUL M
22
ASSIGNMENT 3
ASSIGNMENT 2 SUBMISSION
ASSIGNMENT 1 CO'S CO'S CO'S
SI. SUBMISSION DATE ON MARK
REG NO STUDENT NAME SUBMISSION DATE ON COVE MARKS COVER MARKS COVER
NO DATE ON 01.04.2025 S
12.02.2025 RED ED ED
03.03.2025

23U104088 RAJESHWARI R
23

23U104089 RAJESHWARI V
24

23U104090 RAMYA SREE.G


25

23U104091 RISITHA J
26

23U104092 ROOPA SREE M


27

23U104093 SAIDA FATHIMA.K


28

23U104094 SANDHYA J
29 Consider the schema
given and write the
23U104095 SANGAMI S following queries in SQL.
30
Suppliers ( sid : integer ,
23U104096 SANOFER SALMA M sname : string ,
31 address :string) 1.Discuss about the
Parts(pid:integer , Join order optimization
23U104097 SANTHOSH B pname:string , and Heuristic
32 1.Consider the following
color:string) Catalog optimization
functional dependencies over
23U104098 SARANYA.R (sid:integer,pid:integer,c algorithms.
33 the attribute set R(ABCDE) for
ost:real)
CO1 10 finding minimal cover FD = CO2 10 CO4 10
i. Find the names of 2.Give a detailed
23U104099 SATHISH R {A->C, AC->D, B->ADE}
34 suppliers who supply description about query
2.Explain Concept of
some red part. ii. Find processing and
Redundancy and Anomalies
23U104100 SAVITHA SRI.S the sids of suppliers who optimization. Explain
35 supply some red part the cost bris estimation
and some green part. iii. of query optimization.
23U104101 SHABRIN A Find the sids of suppliers
36
who supply every red
part. iv. Find the pids of
23U104102 SHIVA JOTHI K
37 parts supplied by atleast
two different suppliers.
23U104103 SNEHA.V
38

23U104104 SREESHA C
39

23U104106 SUDHARSHAN S
40

23U104107 SURYA PRAKASH S


41

23U104108 SUSMITHA S
42

23U104109 SUVIL.S
43

23U104110 SWETHA K R
44
ASSIGNMENT 3
ASSIGNMENT 2 SUBMISSION
ASSIGNMENT 1 CO'S CO'S CO'S
SI. SUBMISSION DATE ON MARK
REG NO STUDENT NAME SUBMISSION DATE ON COVE MARKS COVER MARKS COVER
NO DATE ON 01.04.2025 S
12.02.2025 RED ED ED
03.03.2025

SYED MISBHA ULLHAQ


23U104111
45 Z

23U104112 THAKER A
46

23U104113 THEJAS R Assume the following


47 table : degree(degcode,
name,subject)
23U104114 THIRUMOORTHY N candidate(seat no,
48
degcode,semesrer,mont
23U104115 UDHAY N h,year,result)
49 Marks(seatno,degcode,s
emester,month,year,pap
23U104116 VAIDESHWARI P code,marks) Degcode-
50
degree code-name of the
23U104117 VANITHASREE J degree(MSC)
51 SUBJECT_subject of
courses Eg. Phy , pap
23U104118 VARSHA S code –paper code eg
52
Solve the following
queries using SQL
23U104119 VASEEGARAN I
53 i) Write a SELECT
statement to display all
1.Explain the Concepts
54 23U104120 VASUGY R the degree codes are
of Indexing and
there in the candidate
1.Explain in detail about all Hashing.
table but not present in
55 23U104121 VASUGI D CO1 10 Normal forms. CO2 10 CO4 10
degree table in the order
2.Explain BCNF with example. 2.Explain the index
of degcode.
schemas used in
56 23U104122 VIDHYASREE S ii) Write a SELECT
database systems.
statement to display the
name of all the
57 23U104123 VINAYASRI R candidates who have got
less than 40 marks in
58 23U104124 YOGASRI K exactly 2 subjects.
iii) Write a SELECT
statement to display the
59 23U104125 YUKTI R name, subject and
number of the candidate
60 23U104126 YUVASHRI.P for all degrees in which
there are less than 5
candidates. iv) Write a
61 23U104301 AISHWARYA S SELECT statement to
display the names of all
the candidates who have
62 23U104302 BHUVANA N
got highest total marks
in MSc., (Maths).
63 23U104303 KISHAN M

64 23U104306 SARDAR HUSSAIN S

Faculty Signature HOD

You might also like