What is schema?
Answer Posted / niraj
A 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 ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the database name in oracle?
What is a nested table and how is it different from a normal table?
What is an oracle database table?
What is oracle server autotrace in oracle?
How can you use check constraints for self referential integrity?
How would you begin to troubleshoot an ORA-3113 error?
What is Segment Advisor in Oracle?
What is snapshot is too old? Give and example for better understand.
What is a nested table?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What is a user role in oracle?
what is dynamic SGA and static SGA
How to drop an index?
What are the differences between char and nchar in oracle?
What is the usage of merge statement?