0% found this document useful (0 votes)
11 views3 pages

RDBMS FYBCOM (CA) 2024 Pattern Question Bank 2024-25

The document is a question bank for the First Year B.COM (Computer Application) course on Relational Database Management System (RDBMS) for the 2024 Pattern, Semester-II. It includes various types of questions such as definitions, explanations, and practical coding tasks related to database concepts, PL/SQL, transactions, and deadlock management. Additionally, it covers short notes on functions, concurrent execution, and control statements in PL/SQL.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

RDBMS FYBCOM (CA) 2024 Pattern Question Bank 2024-25

The document is a question bank for the First Year B.COM (Computer Application) course on Relational Database Management System (RDBMS) for the 2024 Pattern, Semester-II. It includes various types of questions such as definitions, explanations, and practical coding tasks related to database concepts, PL/SQL, transactions, and deadlock management. Additionally, it covers short notes on functions, concurrent execution, and control statements in PL/SQL.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

​ ​ ​

First Year B.COM (Computer Application)


RDB202T: Relational Database Management System
(2024 Pattern) (Semester-II)
Question Bank

Q1) Attempt any Eight of the following :

a)​ What is difference between DBMS and RDBMS?


b)​ What is timestamp?
c)​ Define Transaction.
d)​ What is cursor?
e)​ Define serializability.
f)​ What is deadlock?
g)​ What is atomicity?
h)​ What is procedure?
i)​ What is trigger?
j)​ What are operators in PLSQL?
k)​ a) Define RDBMS?
l)​ b) Define Database?
m)​ c) Write syntax for Nested if statement in PLSQL with example.
n)​ What is PLSQL Block?
o)​ Define serializability?
p)​ What is schedule? List types of schedule
q)​ What is transaction?
r)​ What is procedure?
s)​ What is trigger?
t)​ Define upgrading and downgrading?

Q2) 2 Marks Questions:


a)​ Explain % type and % row type with an example.
b)​ List and explain properties of transaction.
c)​ What is deadlock? Explain methods to prevent deadlock.
d)​ Explain two-phase locking protocol in detail.
e)​ Explain RDBMS packages in detail.
f)​ What is function? Explain with an example.
g)​ What is exception handling? Explain predefined exceptions.
h)​ Explain PL SQL block in detail.
i)​ Explain failure classification in detail.
j)​ What is log? Explain log based recovery.
k)​ Consider following relational database.
Doctor (dno, dname, dcity)
Hospital (hno, hname, hcity)
Doct-Hosp (dno, hno)
Write a function to return count of number of hospitals located in
Kolkatta City.
l) Consider the following transaction. Give two non-serial schedules
that the serializable :

T1 T2
Read (A) Read (B)
A = A - 1000 B = B + 200
Write (A) Write (B)
Read (B) Read (C)
B = B - 100 C = C + 100
Write (B) Write (C)

Q2) 2 Marks Questions:

a) Explain difference between DBMS and RDBMS in detail.


b) What is deadlock? Explain methods to prevent deadlock.
c) What is exception handling? Explain predefined exceptions.
d) Explain two-phase locking protocol in detail.
e) Explain RDBMS packages in detail.
a) What is function? Explain with an example.
b) List and explain properties of transaction.
c) Explain % type and % row type with an example.
d) Explain failure classification in detail.
e) What is log? Explain log based recovery.
d) Consider following relational database.
Doctor (dno, dname, dcity)
Hospital (hno, hname, hcity)
Doct-Hosp (dno, hno)
Write a function to return count of number of hospitals located in Mumbai
City.
e) Consider the following relational database:
Customer (cno, cname, city)
Loan (lno, lamt, no_of_years, cno)
Write a procedure to display total loan amount from Mumbai City.

Q5) Write short notes:


a) Functions in PLSQL.
b) Concurrent Execution.
c) Control Statements in PLSQL.
a) Characteristics of RDBMS.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy