0% found this document useful (0 votes)
2 views

DBMS Lab Experiment List File (1)

Uploaded by

bytemaster78
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

DBMS Lab Experiment List File (1)

Uploaded by

bytemaster78
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Date:27.11.

2024

BCS 551: DATABASE MANAGEMENT SYSTEMS LAB


Writing SQL and PL/SQL statements Using ORACLE

1. Data Definition Language(DDL) Statements: (Create table, Alter


2. Describe statement: To view the structure of the table created
table, Drop table)
3.Data Manipulation Language(DML) Statements
4.Data Query Language(DQL) Statements: (Select statement with
operations like Where clause, Order by, Logical operators, Scalar
functions and Aggregate functions)
5.Transaction Control Language(TCL) statements: (Commit(make
changes permanent),Rollback (undo)
6.Aggregating data using group function.
7.Displaying data from multiple tables.
8.Creating cursor
9.Creating procedure and functions
10.Creating packages and triggers
11.Write ER Digram and Databsse(Tables) with relationship for Library
Managent System.

Last Date for Submittion:06.12.2024.

You might also like