Answer Posted / ven
secutiry of the data for ex: in bank domain some of the
columns data don't want to see others then we can restrict
the columns and create views and share the columns
whichever others can see.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what is a Nested Loop join?
Explain the use of inctype option in exp command.
How do I find the database name in oracle?
Why packages are used in oracle?
What is hash cluster in oracle?
What is oracle open database communication (odbc)?
What do you mean by redo log file mirroring?
What language does oracle use?
How to pass a cursor variable to a procedure?
How to create a server parameter file?
What is define in oracle?
What is the data pump export utility?
How to rename a column in an existing table?
What happens to the current transaction if the session is killed?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.