Which function in an organization manages information resources?

A) Data administration
B) Database administration
C) Knowledge Management
D) Information Management


Answer: B) Database administration

Computer Science & Information Technology

You might also like to view...

What are the potential problems related to using the default factory passwords?

What will be an ideal response?

Computer Science & Information Technology

Even if you set the ____ property to 0, the white space at the top of the page would not disappear completely

A. margin-height B. margin-top C. margin-value D. margin-option

Computer Science & Information Technology

To insert the current date into an active cell use

A) The Ctrl and semicolon key combination. B) The Ctrl + D key combination. C) F4. D) Ctrl + Alt + Delete.

Computer Science & Information Technology

Suppose that we have a relation

Employee2 (SSnum, Name, Salary, Age, Title, Location)
which is partitioned as
Emp21 (SSnum, Name, Salary)
Emp22 (SSnum, Title, Age, Location)
where Emp21 is stored at site B and Emp22 is stored at site C. A query at site A wants the names of all managers in the accounting department whose salary is greater than their age. Design a plan for this query, using the assumptions on page 704 for table and attribute sizes. Assume that the items in the Age column are two bytes long.

Computer Science & Information Technology