What is schema?
Answers were Sorted based on User's Feedback
Answer / jeetesh dubey
schema is a collection of object,class and attribute.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / surjit singh
schema is not only design for database it is also used to
design the network. to make the network more secure. and it
is the set of classes and objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khuda bux baloch
schema means the structure of the database
i.e
the tables, the constraints, the relations, etc which make up the entire
database. so instead of calling the above properties individually, we
collectively call it as the schema.
and schema stored in data dictionary
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
Schema defines the objects and attributes which can be
created with in the active directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arun
schema is a combination of fact & dimension table.(in simple way)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hitesh dubey
Active Directory is an object based system. The schema
keeps a list of the definitions for each object such as
Computer or User. The list is divided into Classes and
Attributes and the Schema recycles attributes like location
and applies an instance to the site, printer or computer
object.
| Is This Answer Correct ? | 13 Yes | 14 No |
Answer / suhaib yaseen shareef
data description is called schema.
| Is This Answer Correct ? | 4 Yes | 6 No |
Answer / jimmy
schema is structures created in text in database language .
| Is This Answer Correct ? | 2 Yes | 9 No |
what is null value?
How to define a data field as not null?
what is the output of select * from emp where null=null & select * from emp where 1=1
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is concurrency in oracle?
Why do we need integrity constraints in a database?
Why is oracle used?
How to test null values?
What are the various types of snapshots ?
What are the uses of linked server and explain it in detail?
what is difference between cartesian join & cross join even they give same result?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?