1.

Which one of the following given statements is ture about inserting value into table?(suppose table name is emp(id ,name,salary) *a) insert into(1,’Raju’,20000);b) insert (1,’Raju’ ,20000);c) insert values(1,’Raju’ ,20000);d) insert into emp values(1,’Raju’ ,20000);​

Answer»

ANSWER:

hey this is the answer

Explanation:

B

hope it HELPS..

MARK me as brainliest



Discussion

No Comment Found