πŸ§ͺ Oracle DB MCQ Quiz Hub

Oracle DB Mcq Question Set 3

Choose a topic to test your knowledge and improve your Oracle DB skills

A table is in BCNF if it is in 3NF and if every determinant is a ______ key.





βœ… Correct Answer: 3

The ____ normalization introduced by Chris Date, Hugh Darwen, and Nikos Lorentzos.





βœ… Correct Answer: 4

A table is in 3NF if it is in 2NF and if it has no ______





βœ… Correct Answer: 2

Every constraint on the table is a logical consequence of the table’s





βœ… Correct Answer: 3

A ___________ is an indirect functional dependency, one in which X->Z only by virtue of X->Y and Y->Z.





βœ… Correct Answer: 4

In a given relationship R, if an attribute A uniquely defines all other attributes, then the attribute A is a key attribute which is also known as the _________ key.





βœ… Correct Answer: 1

Anomalies are avoided by splitting the offending relation into multiple relations, is also known as





βœ… Correct Answer: 2

Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:





βœ… Correct Answer: 1

When the values in one or more attributes being used as a foreign key must exist in another set of one or more attributes in another table, we have created a(n):





βœ… Correct Answer: 3

Which of the following is not a restriction for a table to be a relation?





βœ… Correct Answer: 3

How can a SQL developer add a key on a table?





βœ… Correct Answer: 4

A ____ key is a minimal super key





βœ… Correct Answer: 3

What is true about Unique and primary key?





βœ… Correct Answer: 2

By default, which key creates Clustered index?





βœ… Correct Answer: 3

A Key which is a set of one or more columns that can identify a record uniquely is called?





βœ… Correct Answer: 2

Which key accepts multiple NULL values?





βœ… Correct Answer: 1

A Foreign key is combined with a foreign key creates





βœ… Correct Answer: 1

Which of the following statements is not correct?





βœ… Correct Answer: 2

In a database, a foreign key is ?





βœ… Correct Answer: 3

In an E-R diagram an entity set is represent by a





βœ… Correct Answer: 1

A relational database developer refers to a record as





βœ… Correct Answer: 3

The relational model feature is that there





βœ… Correct Answer: 2

E-R model uses this symbol to represent weak entity set ?





βœ… Correct Answer: 3

A ____ normal form normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.





βœ… Correct Answer: 3

Identify the criteria for designing database from the point of view of user





βœ… Correct Answer: 4

The relational model is based on the concept that data is organized and stored in two-dimensional tables called _______





βœ… Correct Answer: 2

An aggregation association is drawn using which symbol:





βœ… Correct Answer: 3

An n-array relationship is drawn using which symbol:





βœ… Correct Answer: 1

What is the full form of SQL?





βœ… Correct Answer: 1

In SQL, which command(s) is(are) used to change a table’s storage characteristics?





βœ… Correct Answer: 1

In SQL, which of the following is not a data definition language commands?





βœ… Correct Answer: 1

_____clause is an additional filter that is applied to the result.





βœ… Correct Answer: 3

______ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.





βœ… Correct Answer: 2

SQL has how many main commands for DDL:





βœ… Correct Answer: 3

Which command defines its columns, integrity constraint in create table:





βœ… Correct Answer: 1

Which command is used for removing a table and all its data from the database:





βœ… Correct Answer: 2

Which command allows the removal of all rows from a table but flushes a table more efficiently since no rollback information is retained:





βœ… Correct Answer: 1

The language used application programs to request data from the DBMS is referred to as _____





βœ… Correct Answer: 1

In SQL, which of the following is not a data Manipulation Language Commands?





βœ… Correct Answer: 2

TRUNCATE statement in SQL is a –





βœ… Correct Answer: 2

In SQL, which command is used to add new rows to a table?





βœ… Correct Answer: 3

Stack is also called _____





βœ… Correct Answer: 3

A table that displays data redundancies yields ________anomalies.





βœ… Correct Answer: 4

A type of query that is placed within a WHERE or HAVING clause of another query is called





βœ… Correct Answer: 2

The three language components of a database management system (DBMS) like DDL, DCL, DML. Two different types of people (users and practitioners) are concerned with them. Which of them do users of a DBMS usually deal with?





βœ… Correct Answer: 2

DCL stands for :





βœ… Correct Answer: 1

TCL stands for:





βœ… Correct Answer: 1

______commands in SQL allow controlling access to data within database.





βœ… Correct Answer: 3

In an SQL statement, which of the following parts states the conditions for row selection?





βœ… Correct Answer: 1

A transaction completes its execution is said to be





βœ… Correct Answer: 1