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
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Explain the purpose of %type and %rowtype data types?
What is rank function in sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What are procedures used for?
Difference between truncate, delete and drop commands?
Is sql sequential or random?
What packages(if any) has oracle provided for use by developers?
How do I run sql profiler?
What is pl sql script?
Can delete statement be rollbacked?
Define overloaded procedure?
How to pipe multiline string to isql?
Why do we use subquery?
What are the events on which a database trigger can be based?