0% found this document useful (0 votes)
29 views1 page

3i INFOTECH

The document discusses database concepts like constraints, indexes, triggers, sequences, views, and transactions. It also contains questions about retrieving data using cursors, bulk data insertion, and granting access to database objects.

Uploaded by

prakaz Sql
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

3i INFOTECH

The document discusses database concepts like constraints, indexes, triggers, sequences, views, and transactions. It also contains questions about retrieving data using cursors, bulk data insertion, and granting access to database objects.

Uploaded by

prakaz Sql
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

● 1st round.

● Create procedure with cursor retrieve datas using two tables


● Create 2 tables one table is primary key and another one Foreign key
● Create package inside one procedure one function
● What is constraints
● Index… how it perform
● Insert 100 rows.. After use alter statement… ThenThen rollback…. What ll b the op
● Diff bw delete and Truncate
● Sequence.. Why we use
● Trigger and its type
● Mutating error.
● strday run query. It was quick.. Tdy its take time.. How u solve this..
● Diff bw views and m. Views
● M.views types

2nd round
● Second least salary
● Delete duplicate rows
● Write a procedure with cursor
● Using cursor parameter
● Write program for Pragma autonomous transaction
● Insert datas using bulk collext
● Nth salary query
● Have 2 users.. I hv table in 1st user.. How to give access to 2nd user
● Plsql. Collections

You might also like