A) Implement a tabular structure.
B) Gather files in a distributed repository.
C) Use a hierarchical database file system.
D) Tightly couple database structure to database application programs.
Correct Answer
verified
Multiple Choice
A) View
B) Data dictionary
C) Database control language
D) Database management system
Correct Answer
verified
Multiple Choice
A) A relation
B) Data about data
C) Data stored in a table column
D) An item about which information is stored
Correct Answer
verified
Multiple Choice
A) Repetition of data, application program flexibility, and data centralization
B) Incompatibility of files, tabular data structures, and data dependence
C) Separation of data, repetition of data, and data independence
D) Application program inflexibility, data dependence, and separation of data
Correct Answer
verified
Multiple Choice
A) Union
B) Selection
C) Projection
D) Difference
Correct Answer
verified
Multiple Choice
A) No normal form
B) Second normal form
C) First normal form
D) Third normal form
Correct Answer
verified
Multiple Choice
A) A Web browser is used as the application server.
B) The application logic is centralized on a dedicated server.
C) A thick client is used to perform business application logic functions locally.
D) Database application logic and database functionality are integrated and reside on a common server.
Correct Answer
verified
Multiple Choice
A) UPDATE Sales_Rep_No IN Orders SET(Sales_Rep_No = 110 WHERE Sales_Rep_No = 108) ;
B) UPDATE Orders SET Sales_Rep_No = 110 WHERE Sales_Rep_No = 108;
C) SET Sales_Rep_No = 110;
D) WHERE Sales_Rep_No = 108
Correct Answer
verified
Multiple Choice
A) REVOKE INSERT, UPDATE, DELETE ON Employees FROM Group_2;
B) REVOKE UPDATE FOR Employees FROM Group_2;
C) Employees FOR Group_2;
D) UPDATE, DELETE FOR Employees
Correct Answer
verified
Multiple Choice
A) CREATE VIEW Emp_Dept AS SELECT Last_Name, First_Name, Dept_ID FROM Employee;
B) UPDATE VIEW Emp_Dept AS SELECT * FROM
C) UPDATE VIEW Emp_Dept AS SELECT
D) CREATE VIEW Emp_Dept Employee WHERE ID = 0001 AND ID = 0002 AND ID = 0003 AND ID = 0004;
Correct Answer
verified
Multiple Choice
A) Option A
B) Option B
C) Option C
D) Option D
Correct Answer
verified
Multiple Choice
A) Two-tier using thin client
B) Three-tier using fat client
C) Three-tier using thin client
D) Centralized mainframe with terminal client
Correct Answer
verified
Multiple Choice
A) Backups
B) User views
C) Encryption
D) Integrity controls
Correct Answer
verified
Multiple Choice
A) Entity integrity
B) Domain integrity
C) Domain constraints
D) Referential integrity
Correct Answer
verified
Multiple Choice
A) GRANT UPDATE ON Project TO Rubio, Doe; GRANT SELECT ON Project TO Temp;
B) GRANT ALL PRIVILEGES ON Project TO Rubio, Doe; GRANT UPDATE ON Project TO Temp;
C) GRANT SELECT ON Project WHERE Manager = 'Rubio'; WHERE Manager = 'Doe';
D) GRANT UPDATE ON Project
Correct Answer
verified
Showing 61 - 75 of 75
Related Exams