Which of the following SQL commands should you perform in a database recovery operation right before you check the logical and physical integrity of the database?
A. RESTORE DATABASE
FROM
WITH NORECOVERY;
B. RESTORE LOG
FROM
WITH FILE = n
WITH NORECOVERY;
C. RESTORE DATABASE
FROM
WITH NORECOVERY;
D. RESTORE DATABASE
WITH RECOVERY;
Answer: D
Computer Science & Information Technology
You might also like to view...
The Report Wizard opens the new Report in ________ when the user finishes the wizard
Fill in the blank(s) with correct word
Computer Science & Information Technology
Motherboards used to use a simple error detection method called ____. Each byte of data in memory is accompanied by a ninth bit.
A. ECC B. Bit check C. Parity checking D. Free Willy
Computer Science & Information Technology