Skip to content

Codes aggregated and corrected by S Sreeram. The repository belongs to him.

Notifications You must be signed in to change notification settings

blackpeps/dbmslab2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS Lab 2023

Lab Experiments

Experiment Date Download PDFs
1. Introduction to ER diagram 10-08-2023 -
2. UNIVERSITY MANAGEMENT SYSTEM ER DIAGRAM 10-08-2023 -
3. INTRODUCTION TO SQL 10-08-2023 -
4. Creation, modification, configuration and deletion command 17-08-2023 EXP04.pdf
5. SQL commands for DML. 17-08-2023 EXP05.pdf
6. Implementation of built in functions. 24-08-2023 EXP06.pdf
7. Implementation of aggregate functions. 24-08-2023 EXP07.pdf
8. Implementation of orderby, group by, and having. 24-08-2023 EXP08.pdf
9. Implementation of Set Operations, nested and queries. 05-10-2023 EXP09.pdf
10. Practise of SQL TCL commands Rollback, commit, savepoint. 05-10-2023 EXP10.pdf
11. Implementation of DCL commands for granting and revoking user privileges. 07-10-2023 EXP11.pdf
12. Practise of SQL Commands for creation or view assertion. 07-10-2023 EXP12.pdf
13. Implementation of various control structures like, if then, then else, if then else, if while. 12-10-2023 EXP13.pdf
14. Creation of procedure,triggers, functions. 20-10-2023 EXP14.pdf
15. Creation of cursor. 09-11-2023 EXP15.pdf
16. Creation of Packages. 02-11-2023 EXP16.pdf
17. Creation of PL/SQL block for exception handling. 16-11-2023 EXP17.pdf
18. Familiarization of NoSQL Databases and CRUD operations 23-11-2023 -
19. Project Using Rdbms Concepts And Front End Tools 23-11-2023 -

Some Basics before you start SQL

  • Get mySQL for windows at following Link: Windows (This is an all-in-one package, so just download and install. It should be around 331 MB in size.) (You will only need to use the shell version of MySQL to move on and Workbench software is not needed as of now, so you can save some traffic of data by downloading shell version of MySQL from their website if you know to set-up afterwards, for all others use this GUI to get started).

  • A note while installation, leave the default settings as it is, except for selecting the option to install all the components (Full).

  • Run MySQL 8.0 Command Line Client from start menu (As destop shortcuts are rarely created).

image-14

  • Do set a password for the root. Unlike linux (Ubuntu) you can directly login to your mySQL without needing to enter the following:
mysql -u root -p

About

Codes aggregated and corrected by S Sreeram. The repository belongs to him.

Resources

Stars

Watchers

Forks