wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Administration Database

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

What is used to grant a user account access to a database?

a)

permission

b)

right

c)

password

d)

encryption key

2.

What role can you give to a user who gives full access to the SQL server and databases?

a)

root

b)

system

c)

sysadmin

d)

local

3.

What role is automatically granted to all users?

a)

sysadmin

b)

root

c)

public

d)

standard

4.

What permission would you assign that will remove the permission previously assigned?

a)

grant

b)

denied

c)

revoke

d)

reset

5.

What is the act of establishing or confirming a user or system identity?

a)

authentication

b)

authorization

c)

auditing

d)

logging

6.

What fixed role allows you to create logins for the server?

a)

dbcreator

b)

diskadmin

c)

securityadmin

d)

serveradmin

7.

If you are using mixed mode, what account is the built-in SQL administrator account?

a)

administrator

b)

sysadmin

c)

root

d)

sa

8.

Which type of backup backs up all changes since the last backup?

a)

full backup

b)

differential backup

c)

incremental backup

d)

copy backup

9.

Which type of backup backs up only the data in the primary filegroup and specified files or filegroups?

a)

full backup

b)

differential backup

c)

partial backup

d)

incremental backup

10.

What fixed server role allows you to create, alter, and drop disk files?

a)

bulkadmin

b)

dbcreator

c)

processadmin

d)

iskadmin

11.

Which service account should you use if you need to have network access?

a)

local user account

b)

local system account

c)

domain user account

d)

guest account

12.

What fixed database role allows you to have full permission to a database?

a)

sa

b)

db_owner

c)

db_datareader

d)

db_accessadmin

13.

What fixed database role would you use to manage database-level security roles and permissions?

a)

sysadmin

b)

db_securityadmin

c)

db_accessadmin

d)

db_datareader

14.

What command would you use to grant object permissions?

a)

GRANT

b)

USE

c)

RUNAS

d)

ALLOW

15.

If you need to restore a database after an incremental backup, what do you need to do for a restore?

a)

Restore the full backup and the first incremental backup.

b)

Restore the full backup and the last incremental backup.

c)

Restore the full backup and all the incremental backups since the last full backup.

d)

Restore the last incremental backup.