Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views14 pages

Oders Database

The document describes an order database schema including entity-relationship diagram, schema diagram, table creation, insertion of values, and sample queries. The schema includes salesman, customer, and orders tables with relationships.

Uploaded by

The BigBrad
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)
23 views14 pages

Oders Database

The document describes an order database schema including entity-relationship diagram, schema diagram, table creation, insertion of values, and sample queries. The schema includes salesman, customer, and orders tables with relationships.

Uploaded by

The BigBrad
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/ 14

ORDER DATABASE

RAKSHITH P
Assistant Professor , CSE
JSS SCIENCE AND
RAKSHITH P TECHNOLOGY UNIVERSITY
Consider the following schema for Order
Database:

RAKSHITH P
Entity-Relationship Diagram

RAKSHITH P
Schema Diagram

RAKSHITH P
Table Creation

RAKSHITH P
RAKSHITH P
Insertion of Values to Tables

RAKSHITH P
RAKSHITH P
• SELECT * FROM SALESMAN;
• SELECT * FROM CUSTOMER1;
• SELECT * FROM ORDERS;

RAKSHITH P
Queries:

RAKSHITH P
RAKSHITH P
RAKSHITH P
RAKSHITH P
RAKSHITH P

You might also like