Q.1
When the “ROLLUP” operator for expression or columns within a “GROUP BY” clause is used?
  • a) Find the groups that make up the subtotal in a row
  • b) Create group-wise grand totals for the groups indicated in a GROUP BY clause
  • c) Group expressions or columns specified in a GROUP BY clause in one direction, from right to left, for computing the subtotals
  • d) To produce a cross-tabular report for computing subtotals by grouping phrases or columns given within a GROUP BY clause in all available directions
Q.2
Which of the following is the best way to represent the attributes in a large db?
  • a) Dot representation
  • b) Concatenation
  • c) Relational-and
  • d) All of the mentioned
Q.3
Which of the following is the subset of SQL commands used to manipulate Oracle Structures, including tables?
  • a) Data Described Language
  • b) Data Retrieval Language
  • c) Data Manipulation Language
  • d) Data Definition Language
Q.4
Which of the following functions construct histograms and use buckets for ranking?
  • a) Ntil()
  • b) Newtil()
  • c) Rank()
  • d) All of the mentioned
Q.5
__________ command is used in SQL to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction.
  • a) CREATE CLUSTER
  • b) CREATE PACKAGE
  • c) CREATE SCHEMA
  • d) All of the mentioned
Q.6
Which of the following key is required in to handle the data when the encryption is applied to the data so that the unauthorised user cannot access the data?
  • a) Primary key
  • b) Authorised key
  • c) Encryption key
  • d) Decryption key
Q.7
Which of the following is known as the process of viewing cross-tab with a fixed value of one attribute?
  • d) Both Pivoting and Dicing
  • c) Slicing
  • a) Dicing
  • b) Pivoting
Q.8
For designing a normal RDBMS which of the following normal form is considered adequate?
  • a) 4NF
  • b) 3NF
  • c) 2NF
  • d) 5NF
Q.9
Which of the following is popular for applications such as storage of log files in a database management system since it offers the best write performance?
  • a) RAID level 0
  • b) RAID level 1
  • c) RAID level 2
  • d) RAID level 3
Q.10
Which of the following represents a query in the tuple relational calculus?
  • a) { }{P(t) | t }
  • b) {t | P(t)}
  • c) t | P() | t
  • d) All of the mentioned
Q.11
The oldest DB model is _______________
  • a) Network
  • b) Physical
  • c) Hierarchical
  • d) Relational
Q.12
Evaluate the statements issued by the DBA in the given sequence if OE and SCOTT are the users and the ORDERS table is owned by OE.
  • a) The REVOKE statement would give an error because the SELECT privilege has been granted to the role R1
  • b) The REVOKE statement would remove the SELECT privilege from SCOTT as well as from the role R1
  • c) SCOTT would be able to query the OE.ORDERS table
  • d) SCOTT would not be able to query the OE.ORDERS table
Q.13
Which of the following establishes a top-to-bottom relationship among the items?
  • a) Relational schema
  • b) Network schema
  • c) Hierarchical schema
  • d) All of the mentioned
Q.14
A major goal of the db system is to minimize the number of block transfers between the disk and memory. Which of the following helps in achieving this goal?
  • a) Secondary storage
  • b) Storage
  • c) Catalog
  • d) Buffer
Q.15
What happens if a piece of data is stored in two places in the db?
  • a) Storage space is wasted & Changing the data in one spot will cause data inconsistency
  • b) In can be more easily accessed
  • c) Changing the data in one spot will cause data inconsistency
  • d) Storage space is wasted
Q.16
The logical design, and the snapshot of the data at a given instant in time is known as?
  • a) Instance & Relation
  • b) Relation & Schema
  • c) Domain & Schema
  • d) Schema & Instance
0 h : 0 m : 1 s