A database administrator needs to aggregate data from multiple tables in a way that does not impact the original tables, and then provide this information to a department. Which of the following is thebestway for the administrator to accomplish this task?
A. Create a materialized view.
B. Create indexes on those tables
C. Create a new database.
D. Create a function.
A database is configured to use undo management with temporary undo enabled.
AnUPDATEis run on the table.
Which of the following describes where the undo is stored?
A. In the system global area
B. In the undo
C. In the SYSAUX
D. In the temporary
A business analyst is using a client table and an invoice table to create a database view that shows clients who have not made purchases yet. Which of the following joins ismostappropriate for the analyst to use to create this database view?
A. INNER JOIN ON Client.Key = Invoice.Key
B. RIGHT JOIN ON Client.Key = Invoice.Key WHERE BY Client.Key ISNOLL
C. LEFT JOIN ON Client.Key = Invoice.Key
D. LEFT JOIN ON Client.Key = Invoice.Key WHEREBY Invoice.Key ISNOLL
Which of the following is the correct order of the steps in the database deployment process?
A. 1. Connect
2.
Install
3.
Configure
4.
Confirm prerequisites
5.
Validate
6.
Test
7.
Release
B. 1. Configure
2.
Install
3.
Connect
4.
Test
5.
Confirm prerequisites
6.
Validate
7.
Release
C. 1. Confirm prerequisites
2.
Install
3.
Configure
4.
Connect
5.
Test
6.
Validate
7.
Release
D. 1. Install
2.
Configure
3.
Confirm prerequisites
4.
Connect
5.
Test
6.
Validate
7.
Release
Which of the following is the deployment phase in which a DBA ensures the most recent patches are applied to the new database?
A. Importing
B. Upgrading
C. Provisioning D. Modifying
A database administrator is migrating the information in a legacy table to a newer table. Both tables contain the same columns, and some of the data may overlap. Which of the following SQL commands should the administrator use to ensure that records from the two tables are not duplicated?
A. UNION
B. JOIN
C. IINTERSECT
D. CROSS JOIN
Which of the following is a tool for preventing data loss?
A. Gateway
B. IP configuration
C. Encryption
D. Scripts
Which of the following database instances are initiated by default when a database administrator installs a SQL Server instance for the first time? (Choose two.)
A. Model
B. Master
C. Root
D. Log
E. View
F. Index