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 blob data type in oracle?
How many types of segments in Oracle?
How to change program global area (pga) in oracle?
How to get maxsal , minsal, ename department wise in single query
What are the advantages of Views ?
How to convert a date to char in oracle? Give one example.
Can I create users through internet explorer in oracle 10g?
How to insert a record into a table?
What is Trigger in Oracle?
What is different bet native dynamic sql and Dbms_Sql?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval