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

Spring 2011 - CS403 - 4

This document provides instructions for Assignment No. 04 for the Spring 2011 Database Management Systems course. It outlines the objective of learning basic SQL statements with an emphasis on the "where" clause. It provides instructions for submitting the assignment, including the due date, acceptable file formats, and requirements to include student ID. The assignment asks students to write 5 SQL queries using the provided tables to retrieve specific data based on scenarios described in each question. It is worth a total of 15 marks.

Uploaded by

20percentangel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Spring 2011 - CS403 - 4

This document provides instructions for Assignment No. 04 for the Spring 2011 Database Management Systems course. It outlines the objective of learning basic SQL statements with an emphasis on the "where" clause. It provides instructions for submitting the assignment, including the due date, acceptable file formats, and requirements to include student ID. The assignment asks students to write 5 SQL queries using the provided tables to retrieve specific data based on scenarios described in each question. It is worth a total of 15 marks.

Uploaded by

20percentangel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment No.

04 Semester Spring2011 Database Management Systems-CS403 Total Marks: 15 Due Date: 20/06/2011

Objective:
To learn and understand basic concepts of SQL statements with the emphasis on where clause.

Instructions:
Please read the following instructions carefully before solving & submitting assignment: It should be clear that your assignment will not get any credit (marks) if: o o o o o The assignment is submitted after due date. The submitted assignment does not open or file corrupt. The submitted assignment is in the format other than MS Word (doc). The assignment is copied (from other student or copy from handouts). Student ID is not mentioned in the assignment File or name of file is other than student ID. For any query about the assignment, contact at [email protected]

GOOD LUCK

Q 1: Write SQL statements/queries to show the data for each of individual scenario given below
from the given tables on the next page. 15 marks (3+3+3+3+3)

1. Show all the Category names with their Supplier names. 2. Show all the names of Products with their IDs. 3. Show all the products of Bumper & Components Category. 4. Show all the Product names and their Supplier names. 5. Show all those Product IDs supplied by S & S corporations. You will have to give the reason, If the query for any of above statement cannot execute

Product
Product ID
PID-1 PID-2 PID-3

Product Category Name ID


Bumper Cover Bumper Fender CT-1CS403 Database Management System CT-1 CT-2

CS403 Database Management System

You might also like