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.
- Host: GitHub
- URL: https://github.com/pradeepchegur/cloth_showroom_sql
- Owner: pradeepchegur
- Created: 2022-06-10T17:39:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T17:52:45.000Z (over 3 years ago)
- Last Synced: 2025-03-15T09:41:34.574Z (10 months ago)
- Topics: clothing-store, cursors, database, functions, operations, plsql, procedures, sql, sqlqueries, tables, triggers
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).