What is schema?
Answer Posted / amarjeet sigh bhogal
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.Also the
set of objects owned by a user account is called the user's
schema.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are set operators?
what is normalisation?what are its uses?
Where are the settings stored for each instance in oracle?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is an oracle transaction?
What is max rowid in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How to use values from other tables in update statements using oracle?
How to export data with a field delimiter?
How to define an anonymous procedure with variables?
How to connect the oracle server as sysdba?
Explain oracle instance.
Is there any function in oracle similar like group_concat of mysql?
What happens if you set the sga too low in oracle?
What privilege is needed for a user to create indexes in oracle?