Which of the following is used to hide data in a database so the data can only be read by a user who has a key?
A database administrator is concerned about transactions in case the system fails. Which of the following properties addresses this concern?
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 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?
Which of the following are the best resources for monitoring potential server issues? (Choose two.)
Which of the following sets the age requirement for data that should be recovered after a major disaster?
A database administrator wants to remove inactive customers from a database. Which of the following statements should the administrator use?
A)
B)
C)
D)
Which of the following should a company develop to ensure preparedness for a fire in a data center?
Given the following customer table:
Which of the following ORM snippets would return the ID, state, and country of all customers with the newest customers appearingfirst?
A)
B)
C)
D)
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 company is launching a proof-of-concept, cloud-based application. One of the requirements is to select a database engine that will allow administrators to perform quick and simple queries on unstructured data.Which of the following would bebestsuited for this task?
Which of the following scripts would set the database recovery model for sys.database?
A)
B)
C)
D)
Which of the following cloud storage options provides users with endpoints to retrieve data via REST API?
A database administrator needs to ensure database backups are occurring on a daily basis and at scheduled times. Which of the following actions should the administrator take?
Which of the followingbestdescribes a collection of data that shares the same properties or attributes?
A company wants to deploy a new application that will distribute the workload to five different database instances. The database administrator needs to ensure that, for each copy of the database, users are able to read and write data that will be synchronized across all of the instances.
Which of the following should the administrator use to achieve this objective?