Assignment 1
Assignment 1
a. Transaction identifier
b. Data-item identifier
c. Old value
d. New value
4 What is a database?
a) Organized collection of information that cannot be accessed, updated, and managed
b) Collection of data or information without organizing
c) Organized collection of data or information that can be accessed, updated, and managed
d) Organized collection of data that cannot be updated
5 Which of the following command is correct to delete the values in the relation teaches?
a) Delete from teaches;
b) Delete from teaches where Id =’Null’;
c) Remove table teaches;
d) Drop table teaches;
A The list of customers who bought more than a certain amount of money during a certain period in the
past.
B The list of products that were out of stock in the previous month.
C The ranking list for sales amount by product in the previous month.
a) A, B b) A, B, C c) A, C d) B, C
30 Which of the following is an appropriate description about association of records for a relational
database?
a) Records in multiple tables are associated at the same row position relative to the first row in each of
the tables.
b) Records in multiple tables are associated through the values of corresponding fields.
c) Records are associated with one another by a pointer that represents the parentage.
d) Records are associated with one another by a hash function.
31 In DBMS, which of the following is a function for maintaining consistency of data by preventing the
occurrence of conflicts due to simultaneous access to the data ?
a) Normalization b) Deadlock c) Exclusive control d) Restore
32 Out of the processes performed in a database management system, which system searches and updates
data in the database according to the request from the client that is connected online to the server.
a) Workflow system
b) Online transaction processing system
c) Client/Server system
d) Online system
33 When designing a database, which of the following is used for the purpose of organizing and
representing the relation of data?
a) E-R diagram b) Arrow diagram
c) Gantt chart d) Flowchart
34 Which of the following is a reason to model data?
a)Understand each user’s perspective of data
b)Understand the data itself irrespective of the physical representation
c)Understand the use of data across application areas
d)All of the above
35 What is a database?
a) Organized collection of information that cannot be accessed, updated, and managed
b) Collection of data or information without organizing
c) Organized collection of data or information that can be accessed, updated, and managed
d) Organized collection of data that cannot be updated
36 Which of the following is an appropriate description concerning foreign keys in a relational database?
a) A property held by the foreign key is called a unique constraint.
b) Duplicate values cannot be set in the fields that are set as foreign keys.
c) Multiple foreign keys can be defined in a single table.
d) Multiple fields cannot be collectively set as a single foreign key