What is schema?
Answer Posted / peter
Schema is a collection of database objects. A schema is
owned by a database user and has the same name as that
user. Schema objects are logical structures created by
users to contain, or reference, their data. Schema objects
include structures like tables, views, and indexes.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
What are the ansi data types supported in oracle?
How to fetch the row which has the max value for a column?
Explain the difference between replace() and translate() functions in oracle?
How to write numeric literals in oracle?
How to write date and time literals in oracle?
Explain an index segment?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to create a new table in your schema?
What are the extensions used by oracle reports?
How can we force the database to use the user specified rollback segment?
How to select some columns from a table in oracle?
How to best split csv strings in oracle 9i?
Why do you create or replace procedures rather that drop and recreate.
What is a read only transaction in oracle?