.
Network model.
Relational model.
Hierarchical model.
File based system.
Select * from R natural join S.
Select * from R cross join S.
Select * from R union join S.
Select * from R inner join S.
CREATE INDEX ID;
CHANGE INDEX ID;
ADD INDEX ID;
REMOVE INDEX ID;
Daughter
Sister-in-law
Wife
Daughter-in-law
3.6
7.2
8.4
10
Normalization
Data Integrity
Materialized Views
All of the above.
Monday
Wednesday
Thursday
Sunday
COUNT, SUM, AVG, MAX, MIN
SUM, AVG, MIN, MAX, MULT
SUM, AVG, MULT, DIV, MIN
SUM, AVG, MIN, MAX, NAME
For ranges.
To limit the columns displayed.
As a wildcard.
None of the above is correct.
145°
150°
155°
160°
2NF
3NF
BCNF
1NF
It is the data contained in database that is non redundant.
It is the data contained in database that is accurate and consistent.
It is the data contained in database that is secured.
It is the data contained in database that is shared.
120 m
240 m
300 m
None of these
Query
Embedded SQL
DDL
DCL
Transaction management component of DBMS
Application Programmer
Concurrency control component of DBMS
Recovery management component of DBMS
3
4
5
6
20 days
22.5 days
25 days
30 days
LIKE only
IN only
NOT IN only
IN and NOT IN
SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
SELECT NAME IN CUSTOMER WHERE STATE = 'V';
SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');
Quiz Review Timeline (Updated): Mar 15, 2022 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.