ORACLE INTERVIEW QUESTION & ANSWERS
Databases
Follow Us
TAGS
11. | Define Schema? |
---|---|
A schema is a collection of objects associated with the database. |
12. | What is the difference between a database and an instance? |
---|---|
A database is a set of files on disk that is managed by an instance, which is a collection of processes and memory structures that operate against the datafiles on disk. |
13. | What is schema objects? |
---|---|
|
14. | What are some of the differences between a DELETE and a TRUNCATE statement? |
---|---|
|
Posted by Deepika. (Mar 10, 2014) | |
Triggers does not fire in Truncate. |
|
Posted by MUTHUVEL P. (Dec 10, 2013) | |
TRUNCATE Statement is faster than DELETE Statement. |
15. | What is the main component of an Oracle8 server? |
---|---|
RDBMS |