What is schema?
Answer Posted / 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 |
Post New Answer View All Answers
How to rollback the current transaction in oracle?
What is difference between truncate and delete?
What are the uses of synonyms?
How to end the current transaction in oracle?
How to create a temporary table in oracle?
What is primefaces used for?
What happens to the indexes if a table is recovered?
Explain index?
What is the simplest tool to run commands on oracle servers?
Explain the use of indexes option in exp command.
How to delete an existing row from a table in oracle?
How to load excel data sheet to oracle database
Can we convert a date to char in oracle and if so, what would be the syntax?
What is a table index in oracle?
What is concurrency in oracle?