A) A group of attributes
B) A set of permissible tuple values
C) A collection of related data items
D) A set of permissible attribute values
Correct Answer
verified
Multiple Choice
A) SELECT Course_Code FROM Registration;
B) SELECT * FROM Registration WHERE Registration_ID = 1003 AND Registration_ID = 1005;
C) SELECT * FROM Registration WHERE Course_Code = 'A4343';
D) SELECT Registration_ID, Student_ID, First_Name, Last_Name
Correct Answer
verified
Multiple Choice
A) Third normal form
B) Second normal form
C) No normal form
D) First normal form
Correct Answer
verified
Multiple Choice
A) Logical
B) Physical
C) Conceptual
D) Implementation
Correct Answer
verified
Multiple Choice
A) Data that is stored as tables
B) Software that manipulates data
C) Data that is stored in a structured manner
D) Data records that are stored sequentially in a file
Correct Answer
verified
Multiple Choice
A) Rollback
B) Deadlock
C) Dirty read
D) No problem has occurred.
Correct Answer
verified
Multiple Choice
A) INSERT INTO Atlanta_Customers VALUES( SELECT * FROM Customer s WHERE Sales_Office = Atlanta
B) SELECT * FROM Customers WHERE Sales_Office = Atlanta
C) INSERT INTO Atlanta_Customers SELECT Cust_No, Cust_Name, Satisfaction_Rate, Sales_Rep_No FROM Customers
D) Cust_Name, Sales_Office, Sales_Rep_No FROM Customers
Correct Answer
verified
Multiple Choice
A) The intersection of two relations
B) A Cartesian product of two relations
C) A restricted Cartesian product of two relations
D) The Cartesian product of two union-compatible relations
Correct Answer
verified
Multiple Choice
A) Locking
B) Time stamps
C) Optimistic
D) Serialization
Correct Answer
verified
Multiple Choice
A) Degree of a relation
B) Cardinality of a relation
C) Primary key of a relation
D) Determinant of a relation
Correct Answer
verified
Multiple Choice
A) 6
B) 20
C) 4
D) 25
Correct Answer
verified
Multiple Choice
A) A recursive relationship
B) A many-to-many relationship
C) A one-to-one relationship
D) A one-to-many relationship
Correct Answer
verified
Multiple Choice
A) Employee. Dept_ID
B) Dept_Mngr
C) Dept_Name
D) Department. Dept_ID
Correct Answer
verified
Multiple Choice
A) UPDATE Recreation SET Activity, Activity_Fee ('Tennis',100) WHERE Student_ID = 1003;
B) UPDATE TABLE Recreation ALTER COLUMN ACTIVITY SET ACTIVITY = 'Tennis', Activity_Fee = 100 WHERE Student__ID = 1003 AND Activity = wimming?AND Activity = ?wimming?
C) UPDATE Recreation SET Activity = 'Tennis', Activity_Fee = 100 WHERE Student_ID = 1003 AND Activity = 'Swimming';
D) DELETE Activity FROM Recreation WHERE Student_ID = 1003; INSERT INTO Recreation VALUES (1003, 'Tennis', 100) ;
Correct Answer
verified
Multiple Choice
A) Second normal form
B) First normal form
C) Boyce-Codd normal form
D) Third normal form
E) STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Primary Key Student_Number CLASS( Class_Num: integer NOT NULL Class_Name: integer NOT NULL) Primary Key Class_Num
F) STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Class_Num Foreign Key Class_Num References STUDENT
G) Primary Key StudenMMumber STU_CLASS( Student_Number: integer NOT NULL Class_Num: integer NOT NULL) Primary Key Student_Number CLASS( Class_Num: integer NOT NULL Class_Name: integer NOT NULL) Primary Key Class_Num
Correct Answer
verified
Multiple Choice
A) S_Date and E_Date
B) ProjJD
C) ltem_Num and E_Date
D) Proj_ID and Item_Num
Correct Answer
verified
Multiple Choice
A) An update anomaly and an insertion anomaly would occur.
B) An insertion anomaly would occur.
C) A deletion anomaly would occur.
D) A deletion anomaly and an update anomaly would occur.
Correct Answer
verified
Multiple Choice
A) Data Markup Language
B) Data Control Language
C) Data Formatting Language
D) Data Manipulation Language
Correct Answer
verified
Multiple Choice
A) 25
B) 5
C) 4
D) 20
Correct Answer
verified
Multiple Choice
A) Option A
B) Option B
C) Option C
D) Option D
Correct Answer
verified
Showing 21 - 40 of 75
Related Exams