CREATE TABLE Customer
(
CustId varachar (20),
CustName varchar (200),
CustAge varchar (9) not null,
CustPhone varchar (12) null
)
Complete the following snippet
GRANT ——————Customer (CustId, CustName,CustPhone) TO LowPrivUser ;
Select 1 option(s):