Questão 1
Questão
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:
Responda
-
No change is needed
-
GRANT SELECT
-
LET HEAD
-
PERMIT READ
Questão 2
Questão
You have a user that has server roles as defined below:
Responda
-
no
-
read-only
-
unlimited
-
no
-
unlimited
-
configuration
Questão 3
Questão
The following illustration shows backup strategies that use the simple recovery model and the full recovery model:
Responda
-
less
-
more
-
the same
-
less
-
more
-
the same
Questão 4
Questão
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Questão 5
Questão
The following graphic shows the components of a SQL Server application. You access the
SQL Server application through Internet Explorer.
Responda
-
client
-
www.contoso.com
-
s01.contoso.com
-
client
-
www.contoso.com
-
s01.contoso.com
Questão 6
Questão
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Responda
-
YES
-
NO
-
YES
-
NO
-
YES
-
NO
-
YES
-
NO
Questão 7
Questão
You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT OPTION enables User1 to:
Responda
-
request a log of permission use.
-
delegate permissions to other users.
-
create new database users.
-
view other users’ permissions.
Questão 8
Questão
A named group of SQL statements that can be executed in a database is called a:
Responda
-
Subroutine
-
Formula
-
Stored procedure
-
Method
Questão 9
Questão
A named group of SQL statements that can be executed in a database is called a:
Responda
-
Subroutine
-
Formula
-
Stored procedure
-
Method
Questão 10
Questão
You need to establish a set of permissions that you can routinely assign to new users.
What should you create?
Questão 11
Questão
Which database term is used to describe the process of applying a backup to a damaged or corrupt
database?
Responda
-
Recover
-
Restore
-
Commit
-
Attach
Questão 12
Questão
You need to disable User1’s access to view the data in the Customer table. Which statement should you use?
Responda
-
Option A
-
Option B
-
Option C
-
Option D
Questão 13
Questão
One reason to create a stored procedure is to:
Questão 14
Questão
Which permission does a user need in order to run a stored procedure?
Questão 15
Questão
Which command should you use to give a user permission to read the data in a table?
Responda
-
ALLOW SELECT
-
LET READ
-
PERMIT READ
-
GRANT SELECT
Questão 16
Questão
In which situation do you need to perform a restore on a database?
Responda
-
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
Questão 17
Questão
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?
Responda
-
The Customer table no longer exists.
-
The Customer table is unaffected.
-
The Customer table exists but has no data.
-
The script fails.
Questão 18
Questão
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.