Skip to content

abhi5455/DBMS_Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS_Lab

KTU S5 DBMS Lab

  1. Chitty Management DB
  2. Laboratory Management DB
  3. Resort Management DB
  4. Thesis Management DB
  5. PL/SQL - Narcissism Checking
  6. PL/SQL - Palindrome checking of strings
  7. PL/SQL - Printing Fibonacci numbers
  8. PL/SQL - Forming tables of Prime and Composite numbers
  9. PL/SQL - Forming tables of perfect squares and cubes
  10. PL/SQL - Pension computation using cursors
  11. PL/SQL - Trigger for printing number of tuples
  12. PL/SQL - Trigger for salary increment computation
  13. PL/SQL - Trigger for SGPA and CGPA computation

SQL

SQL (Structured Query Language) is a standardized programming language used to manage and manipulate relational databases. It enables users to query, insert, update, and delete data, as well as create and modify database structures (like tables and views). SQL is widely used in data management for tasks such as retrieving data for analysis, managing user permissions, and ensuring data integrity within relational databases like MySQL, PostgreSQL, Oracle, and SQL Server.


PL/SQL

PL/SQL (Procedural Language/Structured Query Language) is Oracle's procedural extension for SQL, allowing for structured and complex programming within the database. It is commonly used in Oracle databases for writing stored procedures, functions, and triggers, enabling developers to execute SQL statements in a procedural format. PL/SQL supports variables, loops, conditions, and error handling, which are essential for building robust and efficient database applications.

Releases

No releases published

Packages

No packages published