DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
Internal Assignment No.1
Bachelor of Computer Application (BCA)
Paper Code: BCA-501 Max. Marks-15
Paper Title: ORACLE and PL/SQL
SECTION-A
Note: Section A is short answer type and is compulsory for all the students. It
carries 5 Marks. (Word Limit 50-100)
I. What is system recovery?
II. What is characteristics of SQL?
III. Define the Referential integrity constraint?
IV. What do you mean by Oracle.
V. Explain the shadow paging recovery technique?
SECTION-B
Note: Answer any four questions .Each question carries 2.5 marks (Word Limit 500)
I. Explain the types of database backup.
II. Write a program in PL/SQL and input any three number and find out the greatest
number.
III. What Consider the following relations with underlined primary keys.
Product(Pcode, Description, StockingDate, QtyOnHand, MinQty, Price, Discount,
VCode) Vendor(VCode, Name, Address, Phone) Here a vendor can supply more than
one product but a product is supplied by only one vendor. Write SQL queries for the
following:
i) List the names of all the vendors who supply more than one product.
ii) List the details of the products whose prices exceed the average product price.
iii) List the Name, Address and Phone of the vendors who are currently not supplying
any product.?
IV. Write a program in PL/SQL to input any number and find out factorial of given
number?
V. What is Client-Server Architecture in database server?