I believe the answers would be A and B. Because you have to fulfill Chantelle's wishes and you have to access their data. Which I am guessing would require a database backup.
I hope this helps.
Answer:
achieve physical security
Explanation:
The computers that run the DBMS and all devices that store database data should reside in locked, controlled-access facilities. This is done to <u>achieve physical security </u>
Answer:
from functools import reduce
def prod_all(*args):
prod = reduce(lambda x,y: x *y, args)
return prod
result = prod_all(4,6,8)
print(result)
Explanation:
The use of the "*args" passes a tuple of variable length to a python defined function. The function above takes any number of arguments and returns the product using the python reduce module and the lambda function.
I m pretty sure its A . the size section of the insert table dialog box
Answer:
answer is c
if my answer is wrong than sorry