Database Administration Level IV Theory Exam 8
Database Administration Level IV Theory Exam 8
A. Shine C. Standardize
B. Kaizen D. BSC
4) Which of the following statement is used to remove the privilege from the user amir?
A. Remove update on department from amir
B. Delete select on department from raj
C. Grant update on employee from amir
D. Revoke update on employee from amir
5) During modeling your data entity relationship is applied at
6) What type of join is needed when you wish to include rows that do not have matching
values?
8) The name for a memory location where you store some data
12)Which of the following facilities DBMS should provide to assist data recovery?
13)A laboratory testing procedure in which one test is done simultaneously on multiple
speciments
14)Which of the following is the first step in designing and developing a new system?
15)Which one is defining a kind of data will store in variables and also defines memory
storage of data?
A. ORDBMS B. RDBMS
C. Network database model D. OODBMS
Pub ID Number of
1 4
2 2
3 3
A. Create,insert,drop C. Create,alter,delete
B. Create,alter,drop D. Insert,update,delete
A. Is equivalent to zero
B. Is equivalent to space
C. Is equivalent to blank
D. Is not considered to be greater than,less than,or equivalent to any other value
26)A type of query that is placed within a WHERE or HAVING clause of another query is
called
27)Having specific information about a persons current behavior in order to help him/her
either continue the behavior or modify the behavior
A. Suggestions C. Feedback
B. Opinion D. conclusion
A. Dubious C. Destructed
B. Ambiguous D. overloaded
32)In a given organization, employees are forbidden to use internet at any working hour
except at lunch time and weekend what dose this?
33)There is a database called PUBS having tables Authors (AU_fname, AU_lname,city) and
publishers (PUB_name,city) the riport generated by the following query is
Use PUBS Select a. AU_fname, a. AU_lname, p.PUB_name from Authors left outer join
publishers p on a.city=p.city order by p. PUB_name ASC, a. AU_lname ASC, a. AU_fname,
ASC
A. List only those publishers that are located in the same cities as the authors
B. List the name of every author in the authors table
C. Retrieves the name of every author in the authors table and the names of any
publishers that are located in the same cities as the authors
D. List the name of all authors and publishers
34)A set of convetions, rules and standards employed in acomputer systems technical
framework, plus customer requirements and specifications
35)Which of the following is not important in order to increase the performance of the
database?
A. Use more powerful cpu’s
B. Use less memory
C. Use high speed connection between database components
D. Use more RAM capacity
36)Two concurrent transactions are active in your system. The first transaction modifies data
in a table. The second transaction sees those modifications before they are actually
committed to the database. The first transaction then rolls back the modifications. Type of
data problem has to occurred is
37)The…………… schema uses a page table containing pointers to all pages, the page table
itself and all updated pages are copied to a new location
A. Methods
B. Class
C. Encapsulation
D. polymorphism