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 |
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How to select the name of employee who is getting maximum sal with out using subquery
There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.
What is format trigger?
What is the best way to do multi-row insert in oracle?
Is the After report trigger fired if the report execution fails ?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is a package in oracle?
What is a Temporary Segment ?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
Give the different types of rollback segments.
What is transaction control statement and how many types of transaction control statement in Oracle?