What is schema?
Answer Posted / salim
schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 148 Yes | 19 No |
Post New Answer View All Answers
What privilege is needed for a user to create tables in oracle?
Is oracle a relational database?
What are a query and state the different types of queries and their uses?
What is ASM (Automatic Storage Management) in Oracle?
How to upsert (update or insert into a table)?
How to save query output to a local file?
Explain the characteristics of oracle dba?
How to call a sub procedure?
can u plz provide me oca sql dumps please i need them
What happens to the current transaction if the session is killed?
How to select all columns of all rows from a table in oracle?
What is difference between cartesian join and cross join?
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.
what happened to the global index when I truncate the data in one of the partition?
What is meant by recursive hints in oracle?