Can we relate two different tables from two different users
in ORACLE,PL/SQL?
Answer Posted / sakthi santhanam.a
yes, we can do that... in oracle using GRANT command..
" GRANT select on table_name to nextuser(2nd user)"
this is the query...
wish you all the success
sakthi.A
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Which join condition can be specified using on clause?
What is the difference between sql and mysql?
how can you see all indexes defined for a table? : Sql dba
Can we change the table name in sql?
What is the plv (pl/vision) package offers?
Explain what is table in a database?
What are the qualities of 2nf?
What is the current version of sql?
What are pl/sql cursors?
Is inner join same as self join?
how can we know the number of days between two given dates using mysql? : Sql dba
Can you have more than one trigger on a table?
How we can update the view?
What is lexical units in pl sql?
Define concurrency control. : Transact sql