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

Fyit Practical Dbms

Uploaded by

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

Fyit Practical Dbms

Uploaded by

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

University Of Mumbai

F.Y.B.Sc. (IT) (Main) Practical Examination First Half 2023


Duration: 3 HRS Marks:50
Course:USIT1P3 College Seat No:______________

1. Create the following tables. (Primary Keys are underlined) 20


Emp (eno,ename,designation,sal)

2 Dept (dno,dname) Insert 5 records in each table. 20


I. List the employees having salary less than 40,000.
II. List the names of employees who do not work in “sales” department.

III.Remove the table employee from the database.


3. Viva 05

4. Journal 05

University Of Mumbai
F.Y.B.Sc. (IT) (Main) Practical Examination First Half 2023
Duration: 3 HRS Marks:50
Course:USIT1P3 College Seat No:______________

1. Create the table. (Primary Keys are underlined) 20


Owner (ono,oname,address,phone) Insert 5 records in each table.
I. Modify the phone no of “Mr. Nene” to 9890278008
II. Display all the records from both tables
III. Remove the table Owner from the database..
2 Create table 20
Property (pno,description, city, price)insert 5 records.

3. Viva 05

4. Journal 05
University Of Mumbai
F.Y.B.Sc. (IT) (Main) Practical Examination First Half 2023
Duration: 3 HRS Marks:50
Course:USIT1P3 College Seat No:______________

1. Create the following tables. 20


Student (studno,name,city,mob_no, birthdate)
I. Modify the student table structure to add a column ‘Status’ with constraint,
values are (‘pass’,’fail’).
II. List the names of students from ‘Pune’.
III. List the city name of student end from ‘e’
IV. Display the record of student in descending order.
2. Create table customer(cust_no,name,salary,mob.no.,address) 20

3. Viva 05

4. Journal 05

University Of Mumbai
F.Y.B.Sc. (IT) (Main) Practical Examination First Half 2023
Duration: 3 HRS Marks:50
Course:USIT1P3 College Seat No:______________

1. Create the following table. Insert 5 records. 20


Driver (dno, drv_name, drv_city)

2. Create the following table. 20


student(studno, name, city,address)

3. Viva 05

4. Journal 05
University Of Mumbai
F.Y.B.Sc. (IT) (Main) Practical Examination First Half 2023
Duration: 3 HRS Marks:50
Course:USIT1P3 College Seat No:______________

1. Create the following tables. 40


Driver (dno, drv_name, drv_city)
I. List the name of drivers who lives in “Mumbai”.
II. List details of drivers whose name begins with ‘B’.

2. Create table Department (dept_name, address, age, mob.no.)Insert 5 records.

3. Viva 05

4. Journal 05

You might also like