HomeRelational Database and SQL (Preeti Arora) Write a query to display details of employees who are not getting commission from table Empl. 0 Comments Facebook Twitter Q. Write a query to display details of employees who are not getting commission from table Empl.Answer =Select * from table EmplWhere comm is NULL ;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )