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 |
What is connection pooling in oracle?
How to write date and time interval literals in oracle?
What is the quickest way to export a table to a flat file?
How would you optimize a slow SQL query?
Where do you use decode and case statements?
What is redo log?
What is an oracle table?
How to call a sub procedure?
how to unbreak sequence numbers during intereptions
How do we switch from init.ora file to asp file?
How to assign values to data fields in record variables?
What is the difference between truncate & delete command?