Answer Posted / nishi
A tablespace is a storage location where the actual data underlying database objects can be kept. It provides a layer of abstraction between physical and logical data, and serves to allocate storage for all DBMS managed segments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is coalesce function?
How to define and use table alias names in oracle?
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?
How to fetch the row which has the max value for a column?
How to update values on multiple rows in oracle?
What are set operators?
How to add another datafile to a tablespace?
What is oracle in java?
Where do you use decode and case statements?
What is materialized view in Oracle?
What is rowid and rownum in oracle?
How to enter a new row into a table interactively?
What is connection pool in oracle?
What is different types of joins?
How to create a table index?