ICT COC DBA Level 4
ICT COC DBA Level 4
______1. It defines how and where data are organized in physical data storage.
A. External Schema
B. Internal Schema
C. Conceptual Schema
D. External and Conceptual Schema
______2. The database administrator of your company created a database called HR for the
employee table of the GENERAL schema, because many users frequently use this table.
As a user of the database, you created a table called employee in your schema. What
happens when you execute this query? SELECT * FROM employee;
A. You obtain some of record retrieved from the employee table that belongs to your
schema.
B. You get an error message because you command that supplied was wrong.
C. You obtain the all records of the employee retrieved from the database called HR.
D. You obtain the results retrieved from HR database directly.
______4. Criteria that should not be considered when evaluating or assessing requirement
analysis?
A. Need assessment
B. Correctness
C. Speed
D. Consistency
______5. The SQL command that you use to define the primary key for a existing table
called 'Employee' with the primary column to be 'empid'?
C. Deletion Anomaly
D. Revoke Anomaly
______7. You need to produce a report for mailing labels for customers. The
mailing label must have only the customer name and address. The CUSTOMERS
table has these columns, ID ,NAME,ADDRESS,PHONE ,the SELECT statement to
accomplishes this task?
A. SELECT*FROM customers;
B. SELECT name, address FROM customers;
C. SELECT id, name, address, phone FROM customers;
D. SELECT cust_name, cust_address FROM customers;
______8. If the maximum cardinality is equal to 1 in both directions of a relationship, then
it is classified as:
A. A. One-to-one
B. Many-to-many
C. B. One-to-many
D. Optional
______9. How do change the PRICE of BOOK whose id =B001 to value of 600
A. CHANGE BOOK
Where ID =’B001’;
B. UPDATE BOOK
Where ID =’B001’;
Where ID =’B001’;
D. GRANT BOOK
Where ID =’B001’;
______10. The EMP table has these columns: ENAME ,SALARY ,HIRE_DATE , and the
Management wants a list of names of employees who have been with the company for
more than five years. the SQL statement that displays the required results?
Abren Endeg ICT COC DBA LEVEL 4
______11. While listing limitation of File Processing System identify the wrong statement?
A. Data redundancy & inconsistency available.
B. Difficult in accessing data
C. Data isolation and integrity.
D. Concurrent access is possible.
______12. How to understand the hierarchical data model
A. Allows a node to have more than one parent.
B. Relationships are represented by a rectangle .
C. Can be represented as a tree graph with records appearing as nodes.
D. Represents modern file processing
______13. Information of an organization can gathered by
A. Interviewing end users
B. Imagining business forms
C. Guessing business rules
D. Stealing the organizations document
______14. The Entity Relationship (E-R) Model
A. Entities are represented by circle
B. It Represents conceptual view
C. It corresponds to row
D. Attributes are represented by rectangle
______15. Removal of transitivity property should be full filled in
A. First Normal form
B. Third Normal form
C. Second Normal form
D. Fourth Normal form
______16. If relation R has 5 tuples and relation S has also 7 tuples, then Cartesian product
of R and S will have
A. 5+7 tuples
B. 7-5 tuples
C. 5X7 tuples
D. 5/7 tuples
______17. How do you prevent system privileges deletion and updating authority on PRICE
and YEAR column of the CATALOGUE table from user Mohammed
A. GRANT DELETE, UPDATE (price,year) ON catalogue From Mohammed
B. ALLOW DELETE, UPDATE (price,year) ON catalogue From Mohammed
Abren Endeg ICT COC DBA LEVEL 4