Frage 1
Frage
This question requires that you evaluate the underlined text to determine if it is correct. Use the ALLOW SELECT command to give a user permission to read the data in a table.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct:
Antworten
-
No change is needed
-
GRANT SELECT
-
LET HEAD
-
PERMIT READ
Frage 2
Frage
You have a user that has server roles as defined below:
Antworten
-
no
-
read-only
-
unlimited
-
no
-
unlimited
-
configuration
Frage 3
Frage
The following illustration shows backup strategies that use the simple recovery model and the full recovery model:
Antworten
-
less
-
more
-
the same
-
less
-
more
-
the same
Frage 4
Frage
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Frage 5
Frage
The following graphic shows the components of a SQL Server application. You access the
SQL Server application through Internet Explorer.
Antworten
-
client
-
www.contoso.com
-
s01.contoso.com
-
client
-
www.contoso.com
-
s01.contoso.com
Frage 6
Frage
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Antworten
-
YES
-
NO
-
YES
-
NO
-
YES
-
NO
-
YES
-
NO
Frage 7
Frage
You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT OPTION enables User1 to:
Antworten
-
request a log of permission use.
-
delegate permissions to other users.
-
create new database users.
-
view other users’ permissions.
Frage 8
Frage
A named group of SQL statements that can be executed in a database is called a:
Antworten
-
Subroutine
-
Formula
-
Stored procedure
-
Method
Frage 9
Frage
A named group of SQL statements that can be executed in a database is called a:
Antworten
-
Subroutine
-
Formula
-
Stored procedure
-
Method
Frage 10
Frage
You need to establish a set of permissions that you can routinely assign to new users.
What should you create?
Frage 11
Frage
Which database term is used to describe the process of applying a backup to a damaged or corrupt
database?
Antworten
-
Recover
-
Restore
-
Commit
-
Attach
Frage 12
Frage
You need to disable User1’s access to view the data in the Customer table. Which statement should you use?
Antworten
-
Option A
-
Option B
-
Option C
-
Option D
Frage 13
Frage
One reason to create a stored procedure is to:
Frage 14
Frage
Which permission does a user need in order to run a stored procedure?
Frage 15
Frage
Which command should you use to give a user permission to read the data in a table?
Antworten
-
ALLOW SELECT
-
LET READ
-
PERMIT READ
-
GRANT SELECT
Frage 16
Frage
In which situation do you need to perform a restore on a database?
Antworten
-
when data becomes corrupted in the database
-
when you need to roll back a transaction
-
when you encounter an error in your application
-
when data needs to be deleted from the database
Frage 17
Frage
At 3:00 P.M. (1500 hours), you create a backup of your database. At 4:00 P.M. (1600
hours), you create a table named Customer and import data into the table. At 5:00 P.M.
(1700 hours), your server fails. You run a script to apply only the 3:00 P.M. backup to
your database. What is the result of the script?
Antworten
-
The Customer table no longer exists.
-
The Customer table is unaffected.
-
The Customer table exists but has no data.
-
The script fails.
Frage 18
Frage
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.