What is schema?
Answer Posted / khuda bux baloch
schema means the structure of the database
i.e
the tables, the constraints, the relations, etc which make up the entire
database. so instead of calling the above properties individually, we
collectively call it as the schema.
and schema stored in data dictionary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I spool in oracle?
What are the ansi data types supported in oracle?
What the is the diff between local index and global index. give some example.
Give the constructs of a package, function or a procedure.
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Differentiate between post-database commit and post-form commit?
How to export your own schema?
How to export several tables together?
How to delete a user account in oracle?
How to update a table row with a record?
How do I call oracle stored procedures that take no parameters?
what is insert all statement in sql
What is a synonym? What are its various types?
How to test null values?
What do you mean by merge in oracle?