
two tables are emp,loc write a query to display all the emp information whose locname not equal to bangalore

Hi Friend,
Please provide table fields...
Thanks

select * from emp e,loc l where l.locname!='bangalore'
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.