Question
(i) Entities
(ii) The relationship among entities
(iii) The attributes of the entities
a.
(i) and (iii)
b.
(i), (ii) and (iii)
c.
(ii) and (iii)
d.
None of the above
Posted under UGC NET computer science question paper DBMS
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The E-R model is expressed in terms of: (i) Entities (ii) The relationship among entities (iii) The attributes of the entities
Similar Questions
Discover Related MCQs
Q. Specialization is a ............... process.
View solution
Q. The completeness constraint has rules:
View solution
Q. The entity type on which the ................. type depends is called the identifying owner.
View solution
Q. Match the following:
(i) 5 NF (a) Transitive dependencies eliminated
(ii) 2 NF (b) Multivalued attribute removed
(iii) 3 NF (c) Contains no partial functional dependencies
(iv) 4 NF (d) Contains no join dependency
View solution
Q. The normalization of 1NF relations to 2NF involves:
View solution
Q. Tuple in relational algebra refers to:
View solution
Q. A relation R on a set X is said to be a partial ordering if R is
View solution
Q. An attribute or set of attributes within one relation that matches the candidate key of some(possibly the same) relation:
View solution
Q. With QBE, inserting records from one or more source tables into a single target table can be achieved by:
View solution
Q. SQL command to delete a column from an existing table:
View solution
Q. Data Scrubbing is
View solution
Q. An attribute A of datatype varchar(20) has the value ‘xyz’, and the attribute B of datatype char(20) has the value “lmnop”, then the attribute A has ............... spaces and attribute B has ............... spaces.
View solution
Q. Data warehouse contains ............... data that is never found in operational environment.
View solution
Q. .................. command is used to remove a relation from SQL database.
View solution
Q. Which of the following statement/s is/are true?
(i) Facebook has the world’s largest Hadoop Cluster.
(ii) Hadoop 2.0 allows live stream processing of Real time data.
Choose the correct answer from the code given below:
View solution
Q. Consider the relation schema R = (A,B,C,D,E,F) on which the following functional dependencies hold:
A → B
B, C → D
E → C
D → A
What are the candidate keys of R?
View solution
Q. Consider the following sequence of two transactions on a bank account (A) with initial balance 20,000 that transfers 5,000 to another account (B) and then apply 10% interest.
(i) T1 start
(ii) T1 A old = 20,000 new 15,000
(iii) T1 B old = 12,000 new = 17,000
(iv) T1 commit
(v) T2 start
(vi) T2 A old = 15,000 new = 16,500
(vii) T2 commit
Suppose the database system crashes just before log record (vii) is written. When the system is restarted, which one statement is true of the recovery process?
View solution
Q. A clustering index is defined on the fields which are of type:
View solution
Q. In RDBMS, which type of Join returns all rows that satisfy the join condition?
View solution
Q. In a Hierachical database, a hashing function is used to locate the .................
View solution
Suggested Topics
Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!