An open API service indexing awesome lists of open source software.

https://github.com/pradeepchegur/cloth_showroom_sql

This SQL file consists of cloth showroom management along with queries.
https://github.com/pradeepchegur/cloth_showroom_sql

clothing-store cursors database functions operations plsql procedures sql sqlqueries tables triggers

Last synced: 5 months ago
JSON representation

This SQL file consists of cloth showroom management along with queries.

Awesome Lists containing this project

README

          

# Cloth_Showroom_SQL
### This SQL file consists of cloth showroom management details.

#### This SQL file contains creation of tables and insertion of details into the tables.
#### It consists of 11 tables like owner, cloth, employee, etc.
#### Also it have 40 queries and retrival code for those queries.
#### Queries consists of 8 operations like set theory operations, Logical operations, Equi join operations, etc.
#### 5 queries are present in each operation and commented clearly in SQL file.

### After commit command, the file also has PL/SQL programs which includes Functions, Procedures, Triggers and Cursors respectively.
### These PL/SQL programs can be run in command prompt not in SQl file. (Cut and paste these programs in command prompt serially).