HomeSimple Queries in SQL Write a query to display details of employees who are not getting commission from table Empl. 5 Comments Facebook Twitter Q. Write a query to display details of employees who are not getting commission from table Empl.Table -- Answer =Select * from EmplWhere comm is NULL;
We do not write table in syntax of select
ReplyDeleteSorry, I have corrected it.
DeleteSelect * from Empl
ReplyDeleteWhere comm is NULL;
Why have you copied the answer.
DeleteWhy are you putting the *symbol i dont know
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )