DBMS NTA UGC NET Question Analysis Part-2
DBMS NTA UGC NET Question Analysis Part-2
i ➥ Topological order
ii ➥ Depth – first order
iii ➥ Breadth – first order
iv ➥ Ascending order of transaction indices
i ➥ 20,20
i➥4
ii ➥ 6
iii ➥ 7
iv ➥ 3
3
i ➥ 16
ii ➥ 63
iii ➥ 64
iv ➥ 69
i ➥ Datamining
ii ➥ Data warehousing
iii ➥ DBMS
iv ➥ Data mirroring
i ➥ pk(R2) → pk(R1)
ii ➥ pk(R1) → pk(R2)
iii ➥ pk(R2) → R1 ∩ R2
iv ➥ pk(R1) → R1 ∩ R2
i ➥ Find the highest paid employee who earns more than the average salary of all employees of his
company
ii ➥ Find the highest paid employee who earns more than the average salary of all the employees
of all the companies.
iii ➥ Find all employees who earn more than the average salary of all employees of all the
companies.
iv ➥ Find all employees who earn more than the Average salary of all employees of their company.
A➥
B➥
C➥
D➥
i ➥ Referential integrity
ii ➥ Multi-valued dependency
iii ➥ Entity Integrity
iv ➥ Functional dependency
i ➥ I and IV only
ii ➥ III and IV only
iii ➥ I, II and III only
iv ➥ II, III and IV only
i ➥ To allow duplicate tuples in the table by filling the primary key column(s) with NULL.
ii ➥ To avoid confusion with actual legitimate data values like 0 (zero) for integer columns and ’’
(the empty string) for string columns.
iii ➥ To leave columns in a tuple marked as ’’unknown’’ when the actual value is unknown.
iv ➥ To fill a column in a tuple when that column does not really ”exist” for that particular tuple.
i ➥ I only
ii ➥ I and II only
I : {B}
II : {B, C}
III : {A, D}
IV : {C, D}
If different symbols stand for different values in the table (e.g., d1 is definitely not equal to d2 ),
then which of the above could not be the candidate key for the database table ?
i ➥ Disjointness condition
ii ➥ Completeness condition
iii ➥ Reconstruction condition
iv ➥ Aggregation condition
The number of tuples in the resulting table of RA1, RA2 and RA3 are given by :
i ➥ 2,4,2 respectively
ii ➥ 2,3,2 respectively
iii ➥ 3,3,1 respectively
iv ➥ 3,4,1 respectively
i ➥ Only I
ii ➥ Only II
iii ➥ Both I and II
iv ➥ Neither I nor II
i ➥ 2 and 1 respectively
ii ➥ 1 and 2 respectively
iii ➥ 2 and 2 respectively
iv ➥ 1 and 1 respectively
i ➥ DDL
ii ➥ DML
iii ➥ DBA
iv ➥ Schema
Consider the following Entity-Relationship (E-R) diagram and three possible relationship sets (I, II and III) for this E-R
diagram:
i ➥ I only
ii ➥ I and II only
iii ➥ II only
iv ➥ I, II and III
i ➥ SELECT A FROM R;
ii ➥ SELECT A, COUNT(*) FROM R;
iii ➥ SELECT A, COUNT(*) FROM R GROUP BY A;
iv ➥ SELECT A, B, COUNT(*) FROM R GROUP BY A, B;
i ➥ Data mining
ii ➥ Web mining
iii ➥ Data warehouse
iv ➥ Database Management System
i ➥ Data
ii ➥ Information
iii ➥ Decision Tree
iv ➥ Database
i ➥ STRING
ii ➥ COBWEB
iii ➥ CORBA
iv ➥ OLAD
i ➥ Objects in an object-oriented database contain not only data but also methods for processing
the data.
ii ➥ Object-oriented databases store computational instructions in the same place as the data.
iii ➥ Object-oriented databases are more adept at handling structured (analytical) data than
relational databases.
iv ➥ Object-oriented databases store more types of data than relational databases and access that
i ➥ Inheritances
ii ➥ Fragments
iii ➥ Locations
iv ➥ Local formats
i ➥ Both D1 and D2
i ➥ M = 4, N = 2
ii ➥ M = 5, N = 3
iii ➥ M = 2, N = 2
iv ➥ M = 3, N = 3
i ➥ Only the joining attributes are sent from one site to another and then all of the rows are
returned.
ii ➥ All of the attributes are sent from one site to another and then only the required rows are
returned.
iii ➥ Only the joining attributes are sent from one site to another and then only the required rows
are returned.
iv ➥ All of the attributes are sent from one site to another and then only the required rows are
returned.
i ➥ Provides guidance in identifying problems, finding and evaluating alternative solutions, and
selecting or comparing alternatives.
ii ➥ Draws on diverse yet predictable data resources to aggregate and summarize data.
iii ➥ High volume, data capture focus.
iv ➥ Has as its goal the efficiency of data movement and processing and interfacing different TPS.
>