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.
The ____ normalization introduced by Chris Date, Hugh Darwen, and Nikos Lorentzos.
A table is in 3NF if it is in 2NF and if it has no ______
Every constraint on the table is a logical consequence of the tableβs
A ___________ is an indirect functional dependency, one in which X->Z only by virtue of X->Y and Y->Z.
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.
Anomalies are avoided by splitting the offending relation into multiple relations, is also known as
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:
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):
Which of the following is not a restriction for a table to be a relation?
How can a SQL developer add a key on a table?
A ____ key is a minimal super key
What is true about Unique and primary key?
By default, which key creates Clustered index?
A Key which is a set of one or more columns that can identify a record uniquely is called?
Which key accepts multiple NULL values?
A Foreign key is combined with a foreign key creates
Which of the following statements is not correct?
In a database, a foreign key is ?
In an E-R diagram an entity set is represent by a
A relational database developer refers to a record as
The relational model feature is that there
E-R model uses this symbol to represent weak entity set ?
A ____ normal form normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.
Identify the criteria for designing database from the point of view of user
The relational model is based on the concept that data is organized and stored in two-dimensional tables called _______
An aggregation association is drawn using which symbol:
An n-array relationship is drawn using which symbol:
What is the full form of SQL?
In SQL, which command(s) is(are) used to change a tableβs storage characteristics?
In SQL, which of the following is not a data definition language commands?
_____clause is an additional filter that is applied to the result.
______ defines rules regarding the values allowed in columns and is the standard mechanism for enforcing database integrity.
SQL has how many main commands for DDL:
Which command defines its columns, integrity constraint in create table:
Which command is used for removing a table and all its data from the database:
Which command allows the removal of all rows from a table but flushes a table more efficiently since no rollback information is retained:
The language used application programs to request data from the DBMS is referred to as _____
In SQL, which of the following is not a data Manipulation Language Commands?
TRUNCATE statement in SQL is a β
In SQL, which command is used to add new rows to a table?
Stack is also called _____
A table that displays data redundancies yields ________anomalies.
A type of query that is placed within a WHERE or HAVING clause of another query is called
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?
DCL stands for :
TCL stands for:
______commands in SQL allow controlling access to data within database.
In an SQL statement, which of the following parts states the conditions for row selection?
A transaction completes its execution is said to be