Computer Science, asked by harshgrover9661, 1 year ago

select lname from employee where fsname='jennifer' or s_sal=987 address like='7%'

Answers

Answered by nikhil99102
0

Answer:

output will be lname from employee table where name of employee is Jennifer or salary is 987 and address start with 7

Similar questions