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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the working of primary key?
What are the advantages of pl sql?
Define join and name different types of joins?
What is java sql drivermanager?
How insert into statements in sql?
How can you tell the difference between an index and a view?
How to get unique records from a table?
Does view contain data?
Does sqlite need a server?
How do I find sql profiler?
Can we write dml inside a function in sql server?
How do you know if a relationship is 2nf?
what is the syntax used for partition in tsql? : Transact sql
What are the different types of tables in sql?
What are the types pl/sql code blocks?