The opposite of the MySQL GRANT statement is:
a. DENY
b. DROP
c. REVOKE
d. DISCONNECT
c. REVOKE
Computer Science & Information Technology
You might also like to view...
Wearable fitness tracking devices use which of the following technologies to determine user activity levels?
A. Digitizer B. Vortexometer C. Accelerometer D. Inverter
Computer Science & Information Technology
If you need to write a function that will compute the cost of some candy, where each piece costs 25 cents, which would be an appropriate function declaration?
a. int calculateCost(char name); b. char calculateCost(int count); c. int calculateCost int count; d. int calculateCost(int count);
Computer Science & Information Technology