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
Is natural join and inner join same?
What problem one might face while writing log information to a data-base table in pl/sql?
Is id a reserved word in sql?
how to get a list of indexes of an existing table? : Sql dba
What does cursor do in sql?
What is the use of count (*) in sql?
What is java sql connection?
What is transaction control language (tcl)?
Who is the owner of mysql database?
How can you know that statistics should be updated?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
How to use boolean type in select statement?
What is the use of double ampersand (&&) in sql queries? Give an example
What is exit statement?
How many types of triggers are there in pl sql?