17
copyright ankur2011 www.poetrypoem.com/ankur www.facebook.com/eminemankur [email protected]

Sql project presentation

Embed Size (px)

DESCRIPTION

Learn using various SQL commands to create a simple database about the top ten billionaires of 2011.Using Oracle11g

Citation preview

Page 1: Sql project presentation

copyright ankur2011

www.poetrypoem.com/ankurwww.facebook.com/[email protected]

Page 2: Sql project presentation

Hey ! I was born on 22nd June 1992 !!!Ahhhhhh….When was Bill Gates born?Stuck !!!!Let us see

copyright ankur2011

Hey ! I was born on 22nd June 1992 !!!Ahhhhhh….When was Bill Gates born?Stuck !!!!Let us see

Page 3: Sql project presentation

copyright ankur2011

Logged in as sysman (super-administrator)

Page 4: Sql project presentation

copyright ankur2011

A user named BILLIONARIES has been created

The password is dollar.

Page 5: Sql project presentation

copyright ankur2011

The user BILLIONARIES has been granted

CREATE SESSION and

CREATE TABLE privileges

Page 6: Sql project presentation

copyright ankur2011

Connect user BILLIONARIES

Page 7: Sql project presentation

copyright ankur2011

The table persons has been created which has the attributes:•ID_NUM & COMPANY_ID with datatype NUMBER. ID_NUM cannothave a null value and should be unique i.e. serves as a PRIMARY KEY.•LAST_NAME & FIRST_NAME have VARCHAR2 datatype.•COMPANY stores the name of the firm where the person works.•WORTH is the total amount that the company has.•DESIGNATION is the rank or position that the person has

Page 8: Sql project presentation

copyright ankur2011

The table info has INFO_NUM serving as the PRIMARY KEY

ID_NUM is the FOREIGN KEY ( actually PRIMARY KEY of table persons ).

Page 9: Sql project presentation

copyright ankur2011

The table company has COMP_ID as its PRIMARY KEY

Page 10: Sql project presentation

copyright ankur2011

Page 11: Sql project presentation

copyright ankur2011

Page 12: Sql project presentation

copyright ankur2011

Page 13: Sql project presentation

copyright ankur2011

Page 14: Sql project presentation

copyright ankur2011

Hey 28thOctober ishis

Birthday !!!!

Page 15: Sql project presentation

copyright ankur2011

LARRY ELLISONCEO – ORACLE

DEALS INDATABASES !!!!

Page 16: Sql project presentation

ABOUT ME:-

ANKUR RAINAB.Tech. I.T.(Pursuing)Interests:

•Poetry•Databases

copyright ankur2011

www.poetrypoem.com/ankurwww.facebook.com/[email protected]

ABOUT ME:-

ANKUR RAINAB.Tech. I.T.(Pursuing)Interests:

•Poetry•Databases

Page 17: Sql project presentation

www.wikipedia.com www.oracle.com www.google.com Oracle University Press Books Modern Database Management

by Hoffer/Prescott/McFadden

www.wikipedia.com www.oracle.com www.google.com Oracle University Press Books Modern Database Management

by Hoffer/Prescott/McFadden

copyright ankur2011