What is schema?
Answers were Sorted based on User's Feedback
Answer / salim
schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 148 Yes | 19 No |
Answer / smnad
Every design that we made in the data base is called as
schema .like table , namefeild , columns and all the feild
that will be generated by the user is called as schema.
| Is This Answer Correct ? | 59 Yes | 17 No |
Answer / yagnya
SCHEMA IS THE DESCRIPTION OF OBJECT,AND SCHEAM CAN BE
REPRESENTED BY SCHEAMA DIAGRAM.
| Is This Answer Correct ? | 50 Yes | 28 No |
Answer / k
Schema is simply an user to the database wherein the user
can create its own objects in the database.
| Is This Answer Correct ? | 39 Yes | 22 No |
Answer / subash
With respect to Active directory:
Schema defines the objects and attributes which can be
created with in the active directory.
| Is This Answer Correct ? | 23 Yes | 9 No |
Answer / ashutosh
Schema is a collection of user defined objects such as
(table,view,procudure,etc..)
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / peter
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 ? | 14 Yes | 6 No |
Answer / sandesha
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.
=============================
2nd:schema is collection of objects
(table,view,procedure,function.....)
| Is This Answer Correct ? | 11 Yes | 3 No |
1. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
why dont we assign not null constraint as table level constraint.
What is a connect identifier?
how to we delete a row using varray
What is clusters ?
How to view the data files in the current database?
What is an Index ? How it is implemented in Oracle Database ?
What is a Schema ?
What is ceil and floor in oracle?
What is a cluster Key ?
Difference between sub query and nested query ?
19 Answers Keane India Ltd, TCS,
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?