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

SR No. Practicals Date Sign 1 Practical No. 1

The document outlines 16 practical assignments for a database course. Each practical focuses on a different SQL concept and contains 1-2 tasks related to that concept. The concepts covered include manipulating data with INSERT, UPDATE and DELETE; creating tables and applying constraints; performing different types of queries; working with views, sequences, indexes and synonyms; granting and revoking privileges; using subqueries; working with PL/SQL blocks, functions, procedures and exceptions; and creating packages, triggers and cursors.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

SR No. Practicals Date Sign 1 Practical No. 1

The document outlines 16 practical assignments for a database course. Each practical focuses on a different SQL concept and contains 1-2 tasks related to that concept. The concepts covered include manipulating data with INSERT, UPDATE and DELETE; creating tables and applying constraints; performing different types of queries; working with views, sequences, indexes and synonyms; granting and revoking privileges; using subqueries; working with PL/SQL blocks, functions, procedures and exceptions; and creating packages, triggers and cursors.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Sr PRACTICALS Date Sign

No.

1 Practical No. 1

a. Write a query to manipulate data using INSERT,


UPDATE, DELETE.
b. Write a query to create simple tables with
constraints.

2 Practical No. 2

a. Select query on single table using alias WHERE and


ORDER BY .
b. Select query from single table using aggregate
functions and group by clause.
c. Querying data from multiple tables using all types of
joins.

3 Practical No. 3

a. Write a query to create views,sequences,indexes


and synonyms.
b. Write a query for granting and revoking privilages
on user objects

4 Practical No. 4

a. Write a query to use multiple columns


subqueries ,subqueries in prompt clause.
b. Write a query for nested subquery,correlated
subquery ,with clause and hierarchial
subquery.

5 Practical No. 5

a. Write a query to create an anonymus pl/sql block.

6 Practical No. 6

a. Write a query for creating and invoking function


from sql statement.
b. Write a query for creating and invoking stored
procedure.
c. Write a query to create exception handler for
specific situation.
7 Practical No. 7

a. Write a query for creating a procedure.

8 Practical No. 8

a. Write a query to create package specification and


package body invoke the construct.
b. Write a query to create a package containing an
overloaded function.

9 Practical No. 9

a. Write a query to create statement and row level


trigger.

10 Practical No. 10

a. Set operators,Date time function and Group by.

11 Practical No. 11
a. A cursor to select the five highest paid employees
from the emp table.
b. Implicit Cursor and Explicit Cursor
c. Implicit Cursor and Explicit Cursor example
d. Cursor in PL/SQL

12 Practical No. 12

a. Update and Delete record from the table.

13 Practical No. 13

a. Exception
b. Exception Handling

14 Practical No. 14

a. View (Create, Update, Insert, Delete, Dropping,


Horizontal, Vertical,Row/Column, Group,Join)

15 Practical No. 15

a. Subqueries.

16 Practical No. 16

a. Single Row Function and Sorting.

You might also like