0% found this document useful (0 votes)
42 views13 pages

Practical List

This document outlines a database management systems practical assignment involving creating tables and performing data manipulation operations. Students are asked to create a 'tblStudent' table with columns like enrollment number, name, city, date of birth, etc. and perform operations like inserting records, displaying records, sorting, updating, and deleting records. The objective is to understand concepts of data definition, manipulation and query languages. Students need to write SQL queries and output to complete 25 tasks on the table and answer questions related to DDL, DML commands.
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)
42 views13 pages

Practical List

This document outlines a database management systems practical assignment involving creating tables and performing data manipulation operations. Students are asked to create a 'tblStudent' table with columns like enrollment number, name, city, date of birth, etc. and perform operations like inserting records, displaying records, sorting, updating, and deleting records. The objective is to understand concepts of data definition, manipulation and query languages. Students need to write SQL queries and output to complete 25 tasks on the table and answer questions related to DDL, DML commands.
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/ 13

BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU

Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 01 Enrollment No.: Name:


Problem Definition
Create a database name “UTU”. After the activation of database, create the following table:

Student
Column name Data type Size
Fname Varchar 20
Lname Varchar 20
Contactno Bigint
Date_of_birth Varchar 10
Mailid Varchar 15

Perform the following operation on the table:


1. Add a column named “city” of datatype “varchar” and size 15.
2. Add a column named “address” of datatype “varchar” and size 10 immediately after
lname.
3. Add a column named “srno” of datatype “int” as the first column.
4. Add a column named “gender” of datatype “varchar” and size 7.
5. Add a column named “enro” of datatype “int”.
6. Modify the size of column “address” to 50.
7. Shift the column “city” immediately after address.
8. Modify the datatype of the column gender to “char” and size as “1”; and shift the
column immediately after “city”.
9. Make the column “enro” as the first column of the table.
10. Rename the column named “mailid” to “emailid”.
11. Change the column named “date_of_birth” to “dob” and datatype as “date”; and also,
immediately shift after “gender”.
12. Change the column name “srno” to “date_of _join” and datatype as “date” and make
that column as the first column of the table.
13. Drop the column named “date_of _join” from the table.
14. Rename table as “tblStudent”.
15. Drop the table named “tblStudent” from the database.
Objective(s) To understand and implement the concept of Data Definition
Language.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 1 Hour
PEO(s) to be achieved To provide quality practical skill of tools and technologies to
solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools as
necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements over one

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

or more tables using SQL to store and retrieve data.


Solution must contain Query and output
Nature of submission Handwritten
References for solving the --
problem
Post Laboratory questions 1. What is Data Definition Language?
2. Which commands are provided by DDL statements?
3. Write the syntax for the following to perform the operation
on tables:
a) To add new columns.
b) To add new columns at a specific location.
c) To add new columns as the first column.
d) To modify existing columns.
e) To modify existing column and shift at a specific
location.
f) To modify an existing column and make it the first
column.
g) To rename existing columns.
h) To rename an existing column and shift at a specific
location.
i) To rename an existing column and make it the first
column.
j) To drop any particular column.
Assessment
Faculty Name and
Signature
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 02 Enrollment No.: Name:


Problem Definition
After the activation of database “UTU”, create the following tables:

tblStudent
Column name Data type Size
enro Int
fname Varchar 20
lname varchar 20
city varchar 15
dob date
contactno Bigint 10

▪ Assign primary key to the column “enro”.


▪ Display the structure of table.
▪ Insert the following records in the table “tblStudent”:

enro fname lname city dob contactno


101 Sumit Jasani Surat 12/09/2000 9874563210
102 Urja Naik Valsad 06/01/2001 9632587410
103 Deep Tallewar Baroda 13/10/2000 9630125874
104 Yash Davra Mumbai 08/05/2001 9987452103
93 Mihir Joshi Surat 26/06/2001 8563247890
81 Harshil Jani Vapi 01/05/2001 8965230147
105 Riya Gandhi Navsari 02/09/2000 6985321470
79 Vikash Rajpurohit Bardoli 23/11/2000 7895231053
106 Kishan Joshi Surat 18/07/2001 6985327410
63 Bhautik Lukhi Valsad 15/05/2001 9985632100

Perform the following operation on the table:


1. Display all the records of the table.
2. Show only the first name and last name of all the students.
3. Display the list of unique cities of the students.
4. Retrieve the students date of birth along with the student first name and lname.
5. Get all the details of students whose city is “Surat”.
6. Arrange all the records of students in ascending order using “enro” number.
7. Show the details of just the first five records of the students.
8. Add a column named “gender” of datatype “char” and size “1” immediately after city.
9. Set all the gender of student’s.
10. Display only the details of last three records of the students.
11. View the list of male students whose city is “Valsad”.
12. Display all the records in descending order.
13. Display the list of first four students whose city is “Valsad” in order.

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

14. Update the contact number and date of birth of “Harshil” to “6852987530” and
“06/01/1999” respectively.
15. Find only the date of birth of “Mihir”.
16. Insert the record (100, Rohit, Mehera, Mumbai, 24/03/2003) in the table.
17. Display the list of male students whose last name is “Joshi”.
18. Insert the record (77, Khyati, Parekh, Anand, 18/06/2000, 9000800001) in the table.
19. Show all the details of student whose enrollment number is “102”.
20. Display the list of students whose gender in “NULL”.
21. Complete all details of students, if any record of student the record is incomplete.
22. Remove all the details of students whose city is “Vapi”.
23. Display the list of students only from 6th to 9th record in ascending order.
24. Count number of students in the table.
25. Make the table empty using truncate.
Objective(s) To understand and implement the concept of Data Definition
Language, Data Manipulation Language and Data Query
Language.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 2 Hours
PEO(s) to be achieved To provide quality practical skill of tools and technologies to
solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools as
necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements over one
or more tables using SQL to store and retrieve data.
Solution must contain Query and output
Nature of submission Handwritten
References for solving the --
problem
Post Laboratory questions 1. What is Data Manipulation Language?
2. State the use of Data Control Language.
3. Which commands are provided by DML and DCL
statements?
4. Give the main use of DISTINCT clause with example.
5. Write the syntax for the following to perform the operation
on tables:
a) To arrange records in ascending and descending order.
b) To select records from the beginning.
c) To select records from the end of the result set.
Assessment
Faculty Name and
Signature
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 03 Enrollment No.: Name:


Problem Definition
After the activation of database “UTU”, create the following tables:

tblCity
Column name Data type Size Constraints
cid int Primary Key
Auto Increment
Name varchar 20 Not Null

tblStudent_details
Column name Data type Size Constraints
Enro int Primary Key
Fname varchar 20 Not Null
Lname varchar 20 Not Null
Cityid int Foreign Key
Gender char 1 Not Null
Dob date Not Null
Contactno bigint 10 Unique

▪ Display the structure of both the tables.


▪ Insert at least 5 cities in the “tblCity” table and 10 records in “tblStudent_details” table.
Using the database “UTU”, create the following tables:

tblInstitute
Column name Data type Size Constraints
iid int Primary Key
Auto Increment
Name varchar 100 Not Null

tblDepartment
Column name Data type Size Constraints
did int Primary Key
Name varchar 50 Not Null
Instituteid int Foreign Key

▪ Display the structure of both the tables.


▪ Insert at least 5 institutes in the “tblInstitute” table and 10 records in “tblDepartment”
table.
Consider the above tables and perform the following operations:
1. Add a column named “percentage” of datatype “float” and size “4,2” in
“tblStudent_details”, by applying constraint for the value of the percentage, that must
not be greater than 100.

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

2. Add a column named “emailid” of datatype “varchar” and size “30” in


“tblStudent_details” after “contactno”, by applying constraint for ignoring the
duplication.
3. Insert the record (99, Shrey, Manotra, 2, M, 21/07/2001, 8888899999) in the table
“tblStudent_details”.
4. Link the table “tblStudent_details” with “tblDepartment” using appropriate constraint.
5. Complete all the table’s field’s records, if any record in any table is incomplete.
6. Retrieve the student’s city and department along with the student first name and last
name.
7. Arrange all the student’s department wise.
8. Save all the transactions and perform following operations:
a. Insert the record (56, Kush, Parmar, Surat, Male, 15/05/2000, 7200072000,
[email protected], 86) in the table “tblStudent_details”.
b. Update the contactno, emailid and percentage of “Shrey” as “9988776655”,
[email protected]” and “82” respectively.
c. Remove all the details of students whose city is “Bardoli”.
9. Display all the details of students.
10. Restore all the database tables and view the details of students.
11. Count the number of “MSC IT” students in the table.
Objective(s) To understand and implement the concept of Data Definition
Language and Constraints in SQL; Data Manipulation
Language, Data Query Language and Data Control Language.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 4 Hours
PEO(s) to be achieved To provide quality practical skill of tools and technologies to
solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools as
necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements over one
or more tables using SQL to store and retrieve data.
Solution must contain Query and output screen shots
Nature of submission Handwritten
References for solving the --
problem
Post Laboratory questions 1. What is the use of constraints?
2. List all the various levels of constraints in SQL.
3. Explain all the SQL constraints in one line.
4. Give one example of DEFAULT constraint.
5. How to control truncations in MySQL?
Assessment
Faculty Name and
Signature
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 04 Enrollment No.: Name:


Problem Definition
After the activation of database “UTU”, create following tables using appropriate constraints and
Insert following data in the tables as described below:

1. tblClientMaster

Clientno Name City Pincode State Baldue


00001 Ruchit Madras 780001 Tamil Nadu 3500
00002 Archit Mumbai 400057 Maharashtra 5000
00003 Pooja Bangalore 560001 Karnataka 7000
00004 Nayan Mumbai 400060 Maharashtra 2000
00005 Vishwa Mangalore 560050 Karnataka 4800

2. tblProductMaster

Profit Reorder Cost Selling


Productno Name Qty_on_hand
percentage level price price
10001 T-Shirt 20 200 300 250 300
10002 Shirts 40 180 200 650 910
Cotton
10003 30 100 200 1200 1560
Jeans
10004 Trousers 60 200 200 950 1520
Denim
10005 80 100 100 1050 1890
Shirts

3. SalesOrder

Delivery
Orderno Orderdate Deliverydate Orderstatus Clientno
address
19001 12-Jan-17 Surat 30-Jan-17 In Process 00001
19002 25-Jan-17 Mumbai 12-Feb-17 Cancelled 00002
19003 12-March-18 Bangalore 22-March-18 Delivered 00004
19004 02-May-17 Mangalore 20-May-17 In Process 00003
19005 14-Feb-18 Mangalore 24-Feb-18 Delivered 00005

Consider the above tables and perform the following operations:


1. Add a column “Telephoneno” of the datatype ‘bigint’ and size=’10’ to the clientMaster.
2. Complete all details of all the tables, if any record in any table is incomplete.
3. List the names of all the clients having ‘a’ as the second letter in their names.
4. List the clients who stay in a city, whose first letter is ‘M’.
5. List all the clients, whose baldue is greater than 5000.

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

6. List all the orders information of clientno ‘00001’ and ‘00002’.


7. Display the list of those clients, who is from ‘Maharashtra’ and balance due is more than
4000.
8. List all the products, whose quantity-on-hand is less than reorder level.
9. List the products whose selling price is greater than 500 and less than or equal to 1500.
10. Calculate a new selling price as, “original selling price * 0.15”. Rename the new column
in the output of the above query as new_price.
11. Find the difference between cost price and selling price.
12. Display only the product name with its selling price and quantity-on-hand; and calculate
total price of each product by selling price and quantity-on-hand.
13. Find the number of products having price less than or equal to 1000.
14. List all clients who stay in ‘Bangalore’ or ‘Mangalore’. (Using IN operator)
15. List the names, city and state of clients who are not in the state of ‘Karnataka’. (Using
Relational operator, NOT and NOT IN)
16. Show the details of products, whose profit percentage between 30 to 70. (Using
Relational operator and Between…and)
17. Determine the maximum and minimum product prices. Rename the output as max_price
and min_price respectively.
18. Calculate the average of cost price and selling price of all the products.
19. Calculate total of all the selling price.
20. Find the total number of orders.
21. Count the total number of orders delivered between 01st January’ 2018 to 31st May’ 2018.
22. Change the name of the SalesOrder table to “tblSalesOrder”.
Objective(s) To specify conditions in an SQL statement and to serve as
conjunctions for multiple conditions in a statement, using
types of operators and aggregate functions.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 5 Hours
PEO(s) to be achieved To provide quality practical skill of tools and technologies to
solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools as
necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements over
one or more tables using SQL to store and retrieve data.
Solution must contain Query and output screen shots
Nature of submission Handwritten
References for solving the --
problem
Post Laboratory questions 1. List and define different types of operators used to
retrieve data using SQL.
2. Which are aggregate functions?
Assessment
Faculty Name and
Signature
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 05 Enrollment No.: Name:


Problem Definition
After the activation of database “UTU”, create following tables using appropriate constraints and
Insert following data in the tables as described below:

Table Name: tblDealer


DCODE DNAME
101 Reliable Stationers
103 Classic Plastics
102 Clear Deals
104 Krishna Cosmetik
105 Surbhi Collection

Table Name: tblItem


ID NAME MANUFACTURER PRICE QTY STOCKDATE DCODE
TP01 Talcom Powder Persona 40 45 11-02-18 104
FW05 Face Wash Attitude 45 55 15-04-18 105
BS01 Bath Soap Persona 55 80 11-02-18 104
SH06 Shampoo Patanjali 12 50 05-01-17 105
FW12 Face Wash Loreal 95 45 05-01-16 105
S5005 Ball Pen 0.5 Nataraj Classic 16 100 31-03-10 102
S5003 Ball Pen 0.25 Nataraj Classic 20 150 01-01-10 102
S5002 Gel Pen Premium Pilot Juice 14 125 14-02-10 101
S5006 Gel Pen Classic Pilot Juice 22 200 01-01-10 101
S5001 Eraser Small Apsara 15 210 19-03-09 102
S5004 Eraser Big Apsara 10 60 12-12-09 102
S5009 Sharper Classic Nataraj Classic 18 160 23-01-09 103

Table Name: tblClient


ID FNAME CITY ITEMID
01 Krishna Surat FW05
06 Nayan Navsari S5009
12 Aesha Surat SH06
15 Krunal Navsari S5005
16 Dhruvin Vapi TP01
20 Dhvani Bardoli BS01
24 Drashti Valsad FW12
25 Manan Surat S5003

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

30 Shyam Bardoli FW05


31 Bhavik Surat FW12
35 Naman Mumbai S5009
36 Urja Baroda S5003
42 Raj Valsad BS01
43 Kush Baroda S5006
45 Shrey Anand TP01
Consider the above tables and perform the following operations:
1. Display only the name and price of items, whose manufacturer is “Persona”.
2. Count the total number of manufacturers.
3. Display all the client’s details, whose names starts from "Dh".
4. Display the items details of all different types of pens.
5. Display only the name and price of product along with quantity, whose price is more than
80.
6. Show only the item and its price of those items, whose price is less equal to 20.
7. Display the details of those items, whose dealer code is 102 or quantity is more than 100.
8. Show the details of items, whose quantity is in the range of 50 to 100.
9. Increase the price of items by 10.
10. Decrease the quantity of items by 30.
11. Update the price of items by increasing 15%.
12. Find the maximum and minimum price of item in a single query.
13. Calculate the average of item price.
14. Calculate the total amount of items and find the average of it.
15. Display all item names and its price in following format:
Talcom Powder price is 40.
16. Display all item names and its stock date in following format:
The Ball Pen 0.5 stock date is 2010-03-31.
17. Arrange all the client’s details according to the item in ascending order.
18. Display details of all stock items in decreasing order of StockDate.
19. Display only the names with cities of clients, whose city is not SURAT, VAPI and
VALSAD using “NOT IN” operator.
20. Show all the details for clients in upper case.
21. Display all the items in capital letters.
22. Display only the item names with its length.
23. Show all the manufacturers of items in small letters.
24. Add a column named “GENDER” of datatype “char” and size “1” immediately after client
name.
25. Set the gender of all clients.
26. Count the total number of dealers from item table.
27. Remove all the space from both the side of dealer name.
28. Add a column named “LOCATION” of datatype “varchar” and size “15” in dealer’s table.
29. Set the location of dealer “Clear Deals” as ‘Mumbai’.
30. Check whether any location of any dealer is NULL.
31. Remove the LOCATION column from the dealer’s table.
32. Count total number of clients from different cities.
33. Count total number of male clients from different cities.
34. Count total number of clients from “Mumbai” city.

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

35. Find total items of manufacturers.


36. Display the maximum price of items for each dealer individually as per DCODE from the
item table.
37. Find the total amount price of items for the date “01-01-2010”.
38. Extend the stockdate of items by two months.
39. Remove the details of those clients, whose city is “Bardoli”.
40. Truncate all the records from all the tables.
Objective(s) To specify conditions in an SQL statement and to serve
as conjunctions for multiple conditions in a statement,
using types of operators, grouping data, aggregate
functions, character functions and date functions.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 7 Hours
PEO(s) to be achieved To provide quality practical skill of tools and
technologies to solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools as
necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements
over one or more tables using SQL to store and retrieve
data.
Solution must contain Query and output screen shots
Nature of submission Handwritten
References for solving the problem --

Post Laboratory questions 1. List all the numeric functions and write its use in
one line.
2. State the difference between CEIL() and FLOOR()
with proper example.
3. List at least fifteen character functions supported in
Oracle and MySQL.
4. Write at least two difference between LTRIM() and
LPAD() with example.
5. Write at least two difference between RTRIM() and
RPAD() with example.
6. List at least seven date functions. Write its proper
usage, syntax and example.
7. Write the queries to format dates in following
formats:
a. 06-01-2018
b. 06 Jan 18
c. 06 Jan 2018
Assessment
Faculty Signature and
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 3


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

Semester-I
060010110 | CC2 Database Management Systems

Practical List: 06 Enrollment No.: Name:


Problem Definition
After the activation of database “UTU”, create following tables using appropriate constraints and Insert
following data in the tables as described below:

Table Name: tblCity Table Name: tblDepartment


ID NAME DID DNAME
1 Surat D01 Research and development
2 Vapi D02 Quality Assurance
3 Valsad D03 Sales and Marketing
4 Navsari D04 Technical Publications and Training
5 Baroda D05 Technical Support
6 Mumbai D06 Human Resource Management
7 Bardoli D07 Accounting and Finance
8 Goa
9 Ahmadabad
10 Pune

Table Name: tblEmployee


ID FNAME LNAME Cityid Gender Designation Salary Departmentid
201401 Nehal Patel 4 M Software Engineer 45000 D04
201505 Pooja Naik 1 F System Analyst 58000 D02
201509 Dhruvin Modi 1 M Project Lead 89500 D06
201602 Kakshil Shah 7 M Trainee Engineer 38000 D03
201603 Nirav Savani 10 M System Analyst 60000 D02
201702 Dhruvi Patel 8 F Programmer Analyst 72000 D04
201704 Anjali Surati 6 F Tester 70000 D01
201706 Nimesh Katariya 1 M Software Engineer 43000 D05
201807 Urja Naik 3 F Project Manager 96000 D02
201808 Sumit Chothani 2 M Senior Software 62000 D01
Engineer
Consider the above tables and perform the following operations:
1. Display all the details of employees in alphabetic order, who are from ‘Surat’.
2. Display only the employee’s names and their salary who is not having salary between 50000 to
60000.
3. Show employee first name, last name along with designation who are from Quality Assurance,
Technical Support and Human Resource Management department.
4. Count number of females coming from ‘Mumbai’ and ‘Goa’.
5. Display all the designations of employees.

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 1


BABU MADHAV INSTITUTE OF INFORMATION TECHNOLOGY, UTU
Integrated M.Sc.(IT)

6. Display the maximum salary among Software Engineers, System Analysts and Programmer
Analysts.
7. Display the list of employees working in ‘Technical Publications and Training’ department and
coming from ‘Navsari’.
8. Calculate the average salary of employees who are in ‘Research and development’ department
and coming from ‘Vapi’ and ‘Mumbai’.
9. Assign new designations of employees as ‘Software Engineer’, who are ‘Trainee Engineer’ and
also increase their salary by 10%.
10. Remove all the information of those employees, who are coming from ‘Baroda’.
11. Show the list of employees having highest salary.
12. Find who is having second highest salary.
13. List only the employee’s names with salary and department’s name having more salary than
‘Senior Software Engineer’.
14. Display list of those cities from where, there are no employees.
15. Show the list of employee’s names with department’s name having two or more employees.
Objective(s) To specify conditions in an SQL statement and serve
as conjunctions for multiple conditions in a statement
and create a result that uses descriptive values using
Joins and Sub-Query.
Pre-requisites Mathematics for Computer Applications
Duration for Completion 4 Hours
PEO(s) to be achieved To provide quality practical skill of tools and
technologies to solve industry problems.
PO(s) to be achieved Ability to use the techniques, skills and modern tools
as necessary for software development.
CO(s) to be achieved CO7: Use data definition and manipulation statements
over one or more tables using SQL to store and
retrieve data.
Solution must contain Query and output screen shots
Nature of submission Handwritten
References for solving the problem --

Assessment
Faculty Signature and
Date

BHAVIK SARANG | UKA TARSADIA UNIVERSITY PAGE 2

You might also like