What is schema?
Answers were Sorted based on User's Feedback
Answer / doll03
The schema of a database system is its structure described
in a formal language supported by the database management
system (DBMS)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kamal saxena
XML Schema is an XML-based alternative to DTD.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hitesh
The schema defines objects and attributes and the types of data they can store for Active Directory.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / mariam jackmian
schima is the describtion of concepts that the young
children's or babies form, it's what the child observe in
the surrounded environment about idea's informations and
actions.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amarjeet sigh bhogal
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.Also the
set of objects owned by a user account is called the user's
schema.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pawan
Schema is nothing just like an user in the database.....!!
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyabrata
Schema is Collecton of data object including logical
structures such as tables, views, sequences, stored
procedures, synonyms indexes, clusters and database links
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / namita s
Schema is the way in which the database is designed. One
can view the same through schema diagrams. The common
examples of schemas are star schema and snow-flake schema.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nilesh i
Schema is collection of object and attribute which is store
in forest root domaain
Regards
Nilesh I
Wipro Infotech
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / md.mehtab
schema is a view .which is show like row and column in database.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I connect to oracle database?
Can we create more than one index on particular column?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What are the attributes of cursor?
WHT ARE THE AGGREATE FUNCTIONS?
What is a parameter file in oracle?
what are the advantages of running a database in NO archive log mode?
select statement does not retrieve any records. what exception is raised?
6. Display the client name and order date for all orders using the traditional method.
what is the use of system.effective.date variable in oracle?
if i am using dml statement in function. then i am writing select statement what was the output
How can I introduce multiple conditions in like operator?