Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastansayyad/dbms-sql-queries-
This repository includes DBMS-SQL practicals which will guide you how and where to use sql and sql commands. Perfect for Quick rivision.
https://github.com/mastansayyad/dbms-sql-queries-
database database-management dbms dbms-project er-model jdbc mysql oracle oracle-database practicals practice sql
Last synced: 29 days ago
JSON representation
This repository includes DBMS-SQL practicals which will guide you how and where to use sql and sql commands. Perfect for Quick rivision.
- Host: GitHub
- URL: https://github.com/mastansayyad/dbms-sql-queries-
- Owner: MastanSayyad
- Created: 2024-03-31T19:18:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T09:22:35.000Z (8 months ago)
- Last Synced: 2024-05-11T10:31:24.704Z (8 months ago)
- Topics: database, database-management, dbms, dbms-project, er-model, jdbc, mysql, oracle, oracle-database, practicals, practice, sql
- Homepage:
- Size: 2.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBMS-SQL-Queries-with step by step guide
- This includes a pdf file of all practicals of Database Management Systems of DBATU Lonere
- Step by step explaination and definations of all queries using MySQL
- BEST FOR QUICK REVISION# Practicals:
1) Defining schema for applications
2) Creating tables, Renaming tables, Data constraints ( Primary key, Foreignkey, Not Null ), Data insertion into a table.
3) Grouping data, Aggregate functions, Oracle functions (Mathematical, Character functions).
4) Sub-Queries, SET Operations, Joins.
5) Creation of databases, writing SQL and PL/SQL queries toretrieveinformation from thev databases.
6) Assignment on Triggers and Cursors.
7) Design and implement ER model diagrams (Entity RelationshipModel) of database systems such as office automation, Hotel managementandHospital Management.(Project)
8) Java Database Connectivity:(JDBC)GIVE IT A TRY IT WILL SURELY HELP YOU AS I HAVE MADE IT WITH SO MUCH DETAILING AND EXAMPLES!!
HOPE IT HELPS ^_^