A.Adhoc queries are placed embedded in the business logic code
B.Stored procedures are placed embedded in the business logic code
C.There is no difference as both are fired on the databases
D.None of the above Ans: A
A.users that have the appropriate permissions to connect to the database are allowed
B.One user at a time is allowed to connect to the database
C.Only some members are allowed to access the database
D.Only the system admin and some members are allowed to access the database Ans: A
A.USE LOGIN login_id WITH PASSWORD password
B.CREATE LOGIN login_id WITH USE password
C.CREATE LOGIN login_id USE password
D.CREATE LOGIN login_id WITH PASSWORD password Ans: D
A.“The database could not be exclusively locked to perform the operation”
B.DELETE database
C.DROP database
D.Rename database
E.DISABLE database Ans: D