What is schema?
Answers were Sorted based on User's Feedback
Answer / rohit kumar
schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / payal
a schema is a model for describing the structure of information.
| Is This Answer Correct ? | 18 Yes | 13 No |
Answer / akhilesh singh
schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / manmeet singh
schema is like a object of ur database
like
tables,view,procedures,function..
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sam
Schema is a collection of user defined objects such as
(table,view,procedure,etc..)in oracle and Active Dir.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / harinath yadav
Schema is a structure of xml that is list of element and
attribute.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / arun balaji.n
schema is collection of objects and its overall design of
database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mayur gandhi
Active Directory objects that define the attributes and
classes in Active Directory,Schema itself stored in Active
Directory
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
How to turn on or off recycle bin for the instance?
How to see the table columns used in an index?
In oracle there is column command, how will you explain that?
What are the values that can be specified for OPTIMIZER MODE Parameter ?
What is coalesce function?
What are the differences between char and varchar2 in oracle?
What is an oracle transaction?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
What are the database administrators utilities available?
Give syntax for SQL and ORACLE joins.
How to select an oracle system id (sid)?
How to list all tables in your schema?