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 are the ansi data types supported in oracle?
What is the meaning of recursive hints in oracle?
can you write commit in triggers?
Explain the use of rows option in exp command.
How to start your 10g xe server from command line?
How do we display rows from the table without duplicates?
Is it possible to enter only time value into a column of a table in sql?
what is load balancing and what u have used to do this?(sql loader)
why can't we assign not null constraint as table level constraint
What are a cluster and non-cluster index?
How data locks are respected in oracle?
what is pragma?