Computer Science, asked by msabiha30, 6 months ago

Radha has given the following query, she is unable to run due to errors,
rectify the errors and underline the correction made:
(a) Select unique department from employee:
(b) Select * from employee where name = <%a":
(c) Select name, salary from employee where phone = Null;​

Answers

Answered by AnindaBasu
0

Answer:

(a) Select unique department from employee;

(b) Select * from employee where name = "%a";

(c) Select name, salary from employee where phone = "Null";

Similar questions