Q5
Single choice
You have created a file named backup.sql with the following information to run a backup:
/c -n <server name> -i<instance number> -u <user> -p <password>
BACKUP DATA USING FILE ('backupDirectory/data/COMPLETE_BK')
Which of the following commands executes the backup?
Please choose the correct answer.
Response: