0% found this document useful (0 votes)
29 views10 pages

Oracle Paperset

The document outlines the examination structure for B.C.A Semester - 3 (CBCS) in RDBMS using Oracle, detailing various questions across multiple topics including SQL commands, database concepts, and PL/SQL. It includes sections for definitions, explanations, and examples related to database management systems, data manipulation, and transaction control. The exam consists of compulsory questions with varying marks, focusing on both theoretical knowledge and practical application of RDBMS concepts.

Uploaded by

abhaychavda682
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)
29 views10 pages

Oracle Paperset

The document outlines the examination structure for B.C.A Semester - 3 (CBCS) in RDBMS using Oracle, detailing various questions across multiple topics including SQL commands, database concepts, and PL/SQL. It includes sections for definitions, explanations, and examples related to database management systems, data manipulation, and transaction control. The exam consists of compulsory questions with varying marks, focusing on both theoretical knowledge and practical application of RDBMS concepts.

Uploaded by

abhaychavda682
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/ 10

647510 BCA3RUOC0310 Seat No :__________

B.C.A Semester - 3 (CBCS) Examination


Oct/Nov - 2023 (OLD COURSE)
CS-15 RDBMS USING ORACLE(CORE)
Time: 2:30 Hours Marks: 70
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate marks.
--------------------------------------------------------------------------------------------------------------------------------------------------
Q-1 A) Attempt the following (04)
1) Give full form : DDL
2) ____________ Keyword is used to search specified pattern in a column.
3) Give full form : SQL
4) What is SQL PLUS?
B) Attempt any one: (02)
1) What are SQL Commands? Explain giving example

2) Write main features of an RDBMS


C) Attempt any one: (03)
1) List and shortly explain various SQL Datatypes.

2) What is E-R Diagram? Explain with example


D) Attempt any one: (05)
1) List and explain Dr. E. F. Codd’s rules
2) Write main differences between SQL and SQL PLUS

Q-2 A) Attempt the following (04)


1) What is the main use of ‘GROUP BY’?
2) __________ Statement is used to delete the data inside a table, but not the table
itself
3) ____________function works as an if-then-else statement
4) What is a subquery?
B) Attempt any one: (02)
1) List various Data Manipulation commands. Explain any one

2) Write the use of SELECT statement with CUBE giving example


C) Attempt any one: (03)
1) What is join? Explain types of joins
2) List various Aggregate functions. Explain any one giving example

D) Attempt any one: (05)


1) What is Transaction? Explain giving example
2) Explain in detail : database constraints
Q-3 A) Attempt the following (04)
1) Define Deadlock
2) What is Latch?
3) What is sequence?
4) What is the use of Database Links?
B) Attempt any one: (02)
1) Write in brief about View
2) Explain giving example : Synonyms.

Page 1 of 2
C) Attempt any one: (03)
1) Explain various locking issues
2) Explain in detail : Cluster
D) Attempt any one: (05)
1) List and explain various types of Index
2) What are Locks? Explain various types of locks
Q-4 A) Attempt the following (04)
1) Give full form PL/SQL
2) What is a package?
3) What is trigger?
4) What is exception?
B) Attempt any one: (02)
1) What is a cursor? list its types

2) What is the use of %type in PL/SQL? Explain with example.


C) Attempt any one: (03)
1) Differentiate between SQL and PL/SQL

2) Write a PL/SQL code block to decide whether the entered number is even or
odd
D) Attempt any one: (05)
1) What is PL/SQL? Explain a PL/SQL block structure

2) Write a procedure to create following parameters and insert records into STUD
Table using those parameters:
a. Student name
b. email
c. Contact info(phone number)
d. Gender(MALE/FEMALE)

Q-5 A) Attempt the following (04)


1) ____________ command is used to immediately shutdown the ORACLE database
2) What is the main purpose of Redo Log files?
3) A datafile can be associated with only one database : true/false
4) What is ORACLE resource?
B) Attempt any one: (02)
1) Write and explain the command for Opening a database file named Stud.

2) What is ORACLE Scheduler? What is its main use?


C) Attempt any one: (03)
1) What is SQL *LOADER? Note its main uses.

2) Describe : Rollback segment


D) Attempt any one: (05)
1) Explain in detail : Instance Architecture
2) What is tablespace? Explain with examples the commands required to create and
remove the tablespace from database.

*********************

Page 2 of 2
647510 BCA3RdbC160x Seat No :__________
B.C.A Semester - 3 (CBCS) Examination
Oct/Nov - 2023 [NEW COURSE]
RDBMS Using Oracle (10 G)(Core)
Time: 2:30 Hours Marks: 70
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate marks.
--------------------------------------------------------------------------------------------------------------------------------------------------
Q-1 A) Give the answers of following questions (03)
1) SQL Full Form.
2) Explain IN operator.
3) Full Form of ER.
B) Attempt the following (Any Two). (06)
1) Name any three SQL *PLUS Editing Command.
2) Write Difference between DBMS vs RDBMS
3) Explain Expression in oracle.
4) Explain Entities in oracle.
C) Attempt the following (Any One). (05)
1) Differentiate: TRUNCATE vs. DELETE.
2) Explain Normalization in detail.
Q-2 A) Give the answers of following questions. (03)
1) Which Command use to Remove table in oracle.
2) Define WHERE clause.
3) Define HAVING clause.
B) Attempt the following (Any Two). (06)
1) Explain abs, chr, trim
2) Explain ORDER BY AND DISTINCT.
3) Explain Inner Join.
4) Explain Grant and Revoke Command
C) Attempt the following (Any One). (05)
1) Explain Sub Query with Example.
2) Explain Integrity Constraints and its type.
Q-3 A) Give the answers of following questions. (03)
1) What is View?
2) Explain Synonyms.
3) What is index?
B) Attempt the following (Any Two). (06)
1) Explain Snapshot.
2) Explain Cluster.
3) Explain Date File and Archive File.
4) Explain Database Links
C) Attempt the following (Any One). (05)
1) Explain Types of Locks.
2) Difference Between Redo Log file vs Control File.
Q-4 A) Give the answers of following questions. (03)
1) What is package?
2) What is procedure?
3) Define Tables.

Page 1 of 2
B) Attempt the following (Any Two). (06)
1) List out types of triggers.
2) Explain Exception Handling.
3) Explain Cursor and their types.
4) Explain how to create object.
C) Attempt the following (Any One). (05)
1) Explain PL/SQL block Structure.
2) Write difference SQL vs PL/SQL
Q-5 A) Give the answers of following questions. (03)
1) What is Rollback Segment?
2) What is read only?
3) What is data file?
B) Attempt the following (Any Two). (06)
1) What is Tablespace?
2) Define SQL *LOADER.
3) Define : Oracle Scheduler.
4) Explain Data Dictionary.
C) Attempt the following (Any One). (05)
1) Explain Oracle Instance Architecture.
2) Explain import & export in detail. .
*********************

Page 2 of 2
G47510 BCA3Rdbc160x Seat No :
B.C.A Semester- 3 (CBCS) Examination
Nov/Dec. -2021 [NEW COURSE]
RDBMS Using Oracle (10 G) (Core)
Time: 2:30 Hours Marks: 70
Instructions:
1. All questions are compulsory.
2. Figures tothe right indicate marks.
Q.1(A) Attempt following questions. (03)
1.Rectanglerepresent entity sets in E.R. Diagram.
2. SQL stands for Staudus auay Lanuca
3. Most
ofthe RDBMS Sofiware supports Distributed databases. ue/False)
Q.1(B) Attempt following. (Attempt Any Two) (06)
1. differentiate DBMS V/S RDBMS.
2. Differentiate SQL V/S sQL*PLUs.
3. Explain importance of E.R. Diagram in RDBMS.
4. explain Logical Operators available in SQL.

Q.1(C) Attempt following. (Attempt Any One) (05)


1. Explain SQL data types.
2. What is RDBMS?Explain E.F. Codd rules for RDBMS
Q.2(A) Attempt following questions. (03)
1. ATa ble is database object that holds user data.
mceny
2. Using Primary and Foreign key constraint, User can built Gme to typé of

Relation between two entity set.


3. In SQL, AIHa command is used to change a table's structure.

Q.2(B) Attempt following. (Attempt Any Two) (06)


1. Explain DDL statements.

2. Explain DML statements.


3. Explain Minus and Union clause.
4. Explain Commit, Rollback and Savepoint statement in SQL.

Q.2(C) Attempt following. (Attempt Any One) (05)


1. What is Join? Explain types of Join available in SQL.
2. What is Constraint? Explain types of constraint supported by SQL.

Q.3(A) Attempt following questions. (03)


1. Oracle provides an object called a Sequente, that can generate numeric values.
2. Data files are the operating system files that store the data within the database.
Tue / False)
3. <SequenceNameMefvalreturns next generated value from sequence.

Page 1 of 2
Q.3(B) Attempt following. (Attempt Any Two) (06)
1. What is View? Explain types ofview in Oracle
2. Write note on Database Link.
3. explain Data file, Control file and Archive file.
4. write note
Synonym.
on

Q.3(C) Attempt following. (Attempt Any Ono) (05)


1. What is an Index? Explain types of lndexes available in SQIL.
2. What are Locks? Explain types of Locking Mechanism in detail.

Q.4(A) Attempt following questions. (03)


. Using packaJe, User can implement procedure/function overloading in Oracle.
2. PL/SQL can use the-Mpe. type to declare variables based on definitions of

columns in a table.
3. Oracle engine opened a cursor for its internal processing it is known as an nplicd c u s a

Q.4(B) Attempt following. (Attempt Any Two) (06)


1. Explain block structure
of PL/SQL.
2. explain %type and %rowtype in PL/SQL.
3. explain for loop with an example.
4. what is cursor? Explain attributes of cursor.
Q.4(C) Attempt following. (Attempt Any One) (05)
1. What is
Package? Explain Package with an example.
2. What is trigger? Explain types of trigger in detail.

Q.5(A) Attempt following questions. (03)


1. PGA stands for
PoAum (slakal Ahea
DBWR stands for
2.
Dasale. IMaitw
3. PMON stands for
PAoceas Mla
Q.5(B) Attempt following. (Attempt Any Two) (06)
1. Write note on SQL *Loader.
2. Explain Export utilities available in Oracle.
3. How to create and alter database in Oracle? Explain with an example.

4. Define: Data Dictionary.


Q.5 (C) Attempt following. (Attempt Any One) (05)
1. What is tablespace? Explain types oftablespace managed by Oracle
2. Explain Oracle Instance Architecture in detail.
*********************************

Page 2 of 2
647510 BCA3RdbC160x Seat No:
B.C.A Semester -3 (CBCS) Examination
December.-2020 [NEW COURSE]1
RDBMS Using Oracle (10 G)(Core)
Time: 1:30 Hours Marks: 42
Instructions:
1. Figure to the right indicate marks.
2. There are five questions in the question paper.
3. Answer any three of the following questions.

Q.1(A) Answer followings: (Only Three) (03)


1. SQL stands for
2. BCNF stands for_
3. RDBMS stands for
Q.1(B) Answer the following: (Any Two out of Four) (06)
1. Which symbols are used to draw the E-R Diagram? Explain types of relationship used
in E-R Diagram.
for first and second
2. Define Normalization. State the rules of Normalization
Normalization.
3. Differentiate: SQL v/s SQL*plus.
4. Define and Explain the Datatype of SQL.
Answer the following: (Any One out Of Two) (05)
Q.1(C)
1. Differentiate: DBMS v/s RDBMS.
command.
2. Write a Short note on SQL Plus Formatting
03)
Q.2(A) Answer followings: (Only Three)
with select query.
1. LiKe Operator is used for pattern searching
2. AltuCommand is used to change
the table structure.

3. A query within query is called Sulzauay.


(06)
Q,2(B) Answer the following: (Any Two out of Four)
and ending transaction.
1. What is Transaction? Explain starting
2. Explain primary key constraint
with its features.
constraints.
3. Explain check and unique
and example.
4. Explain following function with syntax
Replace), Coalesce(), initcap).
Of Two) (05)
Answer the following: (Any One out
Q,2C)
1. Explain types of Join in detail
What is Join?
in detail.
2.Explain commit, rollback and savepoint (03)
Q.3(A) Answer followings: (Only Three)
from local database to remote database.
allows you to connect
1.
2. What is Synonyms?
3. What is snapshot?
(06)
Q.3(B) Answer the following: (Any Two out of Four) environment.
What is Cluster? How cluster
is useful in distributed database
1.
it.
2. What is sequence? Explain
it.
3. What is Deadlocks? Explain
4. Locking v/s User-Define Locking.
Differentiate: Manual

Answer the following: (Any


One out Of Two) (05)
Q.3(C) available in Oracle.
. Explain types of locking
of index maintaining in oracle.
2. What is index? Explain types
Page 1 of 2
(03)
Q4(A) Answer followings: (Only Three) the oracle engine
internally.
Cursor is opened and managed by
1.
value. True/False.
2. Function must be return

3. SQL%ISOPEN attribute is always return


value. (06)
out of Four)
Q.4(B) Answer the following: (Any Two
1. Differentiate SQL v/s PL/SQL.
structure.
2.Explain PL/SQL block
with example.
3. Explain %TYPE
4. Explain Explicit
cursor with example.
(05)
One out Of Two)
Answer the following: (Any
Q.4(C)
. Explain package with example.
with example. (03)
2 Explain trigger Three)
Answer followings: (Only
Q.5(A)
1. PGA stands for
2. LGWR stands for
3. SMON stands for (06)
Two out of Four)
Answer the following: (Any
Q.5(B)
. What is Data file?
2. What is Log file?
utilities on oracle.
3. Explain Import, Export
4. Explain table space in detail. (05)
out Of Two)
Answer the following: (Any One
Q.5 (C) Architecture.
1. Write note on: Oracle Instance

2. Write note on Oracle scheduler.

**************** **********k *******

Page 2 of2
647510 BCA3RdbC160x Seat No
B.C.A Semester - 3 (CBCS) Examination

Oct/Nov.-2019 [NEW cOURSE]


RDBMS Using Oracle (10 G) (Core)
Time: 2:30 Hours Marks: 700
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate marks.
-***-****

Que-1 [A] Answer the following Questions. [03]


1. What is Database?

2. What is full form of RDBMS?


3. What does SQL stands for?

Que-1 B] Answer Any Two. [06]


1. What is importance of E.R. Diagram in RDBMS?
2. Explain basic data types in SQL.

3.Give the difference between DBMS & RDBMS.


4. Explain Normalization.

Que-1 [C] Answer Any One


[05)
1. Differentiate SQL V/S SQL *PLUS.

2. Explain Dr.E.F. Codd's Rules for RDBMS.

[A] Answer the following Questions [03]


Que-2
1. How many Primary Key Define in one table.
2. What is full form of DML?

3. What is SubQuery?
[06]
Que-2 B] Answer Any Two.
1. Explain on Delete Cascade and delete set nul.

2. Explain group by Clause and having Clause.


3. Explain LIKE Operator in detail.
4. Explain Grant &Revoke.

[C] Answer Any One [05]


Que-2
1. Explain DISTINCT Clause.

2. Explain Join in detail.

Answer the following Questions [03]


Que-3 [A]
. What is view?

2. What is Snapshot?
3. What is Synonyms?

Page 1 of 2
[06)
Que-3 [B] Answer Any Two.
1. Explain DatabaseLinks.
2. Explain Levels of Locks.
3. Explain Cluster.
4. Explain Blocking.
Que-3 [C] Answer Any One [051
1. Explain index and its types. ContioF
Conta»]File le,
Reclo Lo fiu,
Explaintypes offiles. (TDala ile,
2. Achive ile) .

Que-4 [A] Answer the following Questions [03]


1. What is literal?
2. How to place comments within your code in PL/SQL
3. What is Active Data Set.
Que-4 B] Answer Any Two. [06]
1. Explain Store Procedure.
2. PL/SQL Block Structure.
3. Explain % TYPE
4. Give Difference: Implicit cursor V/S explicit.
Que-4 [C] Answer Any One [05]
1. What is trigger? Define types oftrigger.
2. What is Package? How to define package.

Que-5 LA] Answer the following Questions [03]


1. What is full form ofSGA?
2. What is table Space?
3. Who is responsible for coping the online redo log file.

Que-5 [B] Answer Any Two. [06]


1. How to Create & alter database?
2. What is Oracle Block?

3. Explain Export.
4. Explain SQL*Loader

Que-5 IC] Answer Any One [0S]


. Explain Instance Architecture.
2. Explain Rollback Segment.

**********************************

Page 2 of 2

You might also like