2.1) Which statement is false about SQL Language? a) SQL is the abbreviation of Structured Query Language b) SQL contains sub languages such as DDL, DML, DCL, and TCL c) SQL is based on relational data model and set based operations d) SQL allows also cursor-based data processing which is faster compared to set based operations e) SQL queries allows quick and efficient retrieval of a large amount of records from a database 2.2) Which one is not one of the four informal guidelines that may be used as measures to determine the quality of database design? a) Making sure that the semantics of the attributes is clear in the schema b) Reducing the redundant information in tuples c) Reducing the NULL values in tuples d) Using minimal number of entity and relations e) Disallowing the possibility of generating spurious tuples
2.1) Which statement is false about SQL Language?
a) SQL is the abbreviation of Structured Query Language
b) SQL contains sub languages such as DDL, DML, DCL, and TCL
c) SQL is based on relational data model and set based operations
d) SQL allows also cursor-based data processing which is faster compared to set based operations
e) SQL queries allows quick and efficient retrieval of a large amount of records from a
2.2) Which one is not one of the four informal guidelines that may be used as measures to determine the quality of database design?
a) Making sure that the semantics of the attributes is clear in the schema
b) Reducing the redundant information in tuples
c) Reducing the NULL values in tuples
d) Using minimal number of entity and relations
e) Disallowing the possibility of generating spurious tuples
Step by step
Solved in 3 steps