Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhansu-kr/mysql
Sem3 Course: Queries
https://github.com/shubhansu-kr/mysql
Last synced: about 1 month ago
JSON representation
Sem3 Course: Queries
- Host: GitHub
- URL: https://github.com/shubhansu-kr/mysql
- Owner: shubhansu-kr
- Created: 2022-09-05T07:04:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:07:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T19:28:02.417Z (almost 2 years ago)
- Language: PLSQL
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# INT306: Database Management System
Course Instructor: [Dalwinder Singh](https://www.linkedin.com/in/dalwinder-singh-17bb3850)
This Repo contains the sql queries written during the course. I took this Database management course in third semester as a part of my B.Tech program.
DBMS Laguage used: MySql
Concepts learnt from the course :
1. Basics of DBMS
2. Structure and Architecture of DBMS
3. Relational Algebra
4. ER diagram & Normalisation of DB
5. Transaction Processing System
6. Concurrency Control and Error handling
7. Sql Commands
- DDL (Create, Alter)
- DML (INSERT, UPDATE, Delete)
- DCL (Grant, Revoke)
8. PlSql Commands
- Triggers
- Procedures
- Functions
- Cursors## Documentation
1. The root folder contains the basic sql queries command like create, insert, rename, alter, etc.
2. [Plsql](./PLSql/): Contains the plsql blocks to create triggers, functions, procedures, etc.
3. [RailwayManagementSystem](./RailwayManagementSystem/): Project Railway Management System queries.Start date: 3 Aug 2022
End Date: 22 Nov 2022