| |
GeekInterview.com > Interview Questions > Database > SQL
| Print | |
Question: What is table space?
Answer: i want to know the answer |
| January 01, 2009 20:24:33 |
#9 |
| venkatesh ambale |
Member Since: December 2008 Total Comments: 1 |
RE: What is table space? |
| A tablespace is an area of disk, comprised of one or more disk files. It can contain tables, indexes or clusters. One or more tablespaces make up a database. It can get full as records are added to tables, but a DBA can expand the tablespace by adding files or extending the datafiles. |
| |
Back To Question | |