6

Click here to load reader

SE305 Database System Technology 25/09/2014 Quiz-1

Embed Size (px)

DESCRIPTION

3. Which option is NOT a data model? a) Network model b) Entity-Relationship data model c) Object-relational model d) Semi-Object model 4. Which statement about relational model is FALSE? a) Collection of tables b) Flat, “atomic” values c) Semi-structured d) Can contain null values

Citation preview

Page 1: SE305 Database System Technology 25/09/2014 Quiz-1

SE305 Database System Technology

25/09/2014Quiz-1

Page 2: SE305 Database System Technology 25/09/2014 Quiz-1

1. Which information is NOT contained in Data dictionary?

a) Database schemab) Integrity constraintsc) Authorization informationd) Index

2. Which level of abstraction does describe how a record is stored?

a) Physical Levelb) Logical Levelc) Database Leveld) View Level

Page 3: SE305 Database System Technology 25/09/2014 Quiz-1

3. Which option is NOT a data model?a) Network model b) Entity-Relationship data modelc) Object-relational modeld) Semi-Object model

4. Which statement about relational model is FALSE?

a) Collection of tablesb) Flat, “atomic” valuesc) Semi-structuredd) Can contain null values

Page 4: SE305 Database System Technology 25/09/2014 Quiz-1

5. If K is chosen as the principal means of identifying tuples within a relation, then K is?

a) Superkeyb) Candidate Keyc) Primary Keyd) Foreign key

6. Which language is NOT a “Pure” language?a) Relational algebrab) Tuple relational calculusc) Domain relational calculusd) SQL

Page 5: SE305 Database System Technology 25/09/2014 Quiz-1

7. How many basic operators in Relational Algebra?

a) 5b) 6c) 7d) 8

8. What’s the value of ? Ans:A

Page 6: SE305 Database System Technology 25/09/2014 Quiz-1

9. Which SQL statement does describe selecting all person whose salary is higher than $1,000 from people relation p?

a) b) c) d)

10. Which equation is NOT correct? (R(A,B,C,D) S(E,B,D) for option b)

a) b) c) d)