WDDBA holistic COC
WDDBA holistic COC
2. Which one of the following is not true about the role and functions of management?
A. Good and services B. staffing C. communication D. planning
3. The entity relationship (E-R) model
a. Entities are represents by circle
b. It corresponds to row
c. It represents conceptual view
d. Attributes are represented by rectangle
4. The name for memory location where you store some data is called
5. Running out of space on the drive used to store backup’s .All of the servers use the
same network location what you can do to save space with your backups while
maintaining the same number of backups
a. Use full backups
b. Use compressed backups
c. Use data compression
d. Use third-parity tools
6. Criteria that could not be considered when evaluating or assessing requirement
analysis?
7. Two concurrent transactions are active in your system. The first transaction
modifies data in table. The second transaction sees those modification before they are
actual committed to the data base. The first transaction then rolls back the
modifications .Type of data problem occurred
10. While listing limitation of File Processing System identify the wrong statement?
24. Create table manager (ID numeric, Name varchar(20),budget numeric, Detail
varchar(30)), in order to ensure that the value of budget non- negative which of the
following should used?
A. Alter (budget<0)
B. Check (budget>0)
C. Alter (budget>0)
D. Check (budget<0)
25. Two tables can be connected with the UNION operator if they are compatible with
each other. This means
A. Have the same number of but different data type
B. have different number of column but the same data type
C. have the same number of columns and data type
D. have different number of columns and data type
26. The latest database design model is?
27. You are the administrator of a SQL server 2000 computer that contains a database
users report that queries to this database respond slowly. You use system monitor to
examine the subsystems on your server and receives the result shown in the exhibit.
You need to modify the server to accelerate query response time. What should you
do?
28. Which one of the following statement allows the user to enter data at the keyboard?
29. Which of the following queries is correct about the following output?
Pub ID Number of
1 4
2 2
3 3
Query output 1
A. SELECT PubID,COUNT(*)FROM BOOKS GROUP BY PubID HAVING
COUNT(*)=2
B. SELECT PubID,COUNT(*)AS[Number of books] FROM BOOKS GROUP BY
PubID HAVING COUNT(*)>2
C. SELECT PubID,COUNT(*)AS[Number of books] FROM BOOKS ORDERED BY
PubID HAVING COUNT(*)>=2
D. SELECT PubID,COUNT(*)AS[Number of books] FROM BOOKS GROUP BY
PubID HAVING COUNT(*)>=2
30. Which one of the following is not important in order to increase the performance of
database?
A. use less memory
B. use high speed connection between database components
C. use more powerful CPUs
D. use more RAM capacity
31. A type of query that is placed with in a WHERE or HAVING clues of another query
called?
A. Mult-query B. sub-query C. master query D. supper query
32. Is giving specific information about person’s current behavior in order to help him/her
either continue the behavior or modify the behavior?
A. conclusion C. opinion
B. suggestion D. feedbacks
39. Which one of the following declaration in supper class is accessible in sub class ?
A. native C. references
B. supper classes D. method
A. Polymorphism C. encapsulation
B. inheritance D. abstraction