recategorized by
4,916 views
4 votes
4 votes

Which of the following statement(s) is/are FALSE in the context of Relational DBMS?

  1. Views in a database system are important because they with access control by aloowing users to see only a particular subset of the data in the databse
  2. E-R diagrams are useful to logically model concepts
  3. An update anamoly is when it is not possible to store information unless some other, unrelated information is stored as well
  4. SQL is a procedural language
    1. I and IV only
    2. III and IV only
    3. I, II and III only
    4. II, III and IV only
recategorized by

2 Answers

3 votes
3 votes
II , III and IV are wrong

ER diagram is used for conceptual modelling - not logical modelling

sql is non procedure language

the given anomaly is insertion anomaly
Answer:

Related questions

7 votes
7 votes
2 answers
1
4 votes
4 votes
1 answer
4
go_editor asked Aug 14, 2016
2,581 views
In RDBMS, the constraint that no key attribute (column) may be NULL is referred to as:Referential integrityMulti-valued dependencyEntity integrityFunctional dependency