
Please help me that I want to get the table names form the existing database who does it having eid coloumn
plz provide me query in oracle database

Hi Friend,
Execute the given query:
select objectname from userobjects where object_type = 'TABLE'
Thanks
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.