


























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
this document contains detailed explanation for beginners..it has covered each and every topic in details for those who are eager to learn data base management system.
Typology: Slides
1 / 34
This page cannot be seen from the preview
Don't miss anything!



























Lecture # Topic: Query Formulation with SQL Instructor: Lecturer Ayesha Naseer
Create Table Student ( StdSSN VarChar(30) Primary Key, StdFirstName Char(15), StdLastName Char(15), StdCity Char(20), StdState Char(6), StdZip VarChar(30), StdMajor Char(15), StdClass Char(6), StdGPA Float );
Insert Into <Table-name> Values (column 1 value, column 2 value …) Insert Into Student Values (‘123- 45 - 6789’, ‘HOMER’, ‘WELLS’, ‘SEATTLE’, ‘WA’, ‘98121-1111’, ’IS’, ‘FR’, 3.00)
Std Student StudentStudent Std^ Std^ Std Std (^) Std (^) Std Std Std Student^ Student Student
‘31-Dec-1996’