
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Give the panel command to start a specific tablespace within a DB2 database.
To start a specific tablespace within a DB2 database we can use below panel command.
START DATABASE (DSNDB01) SPACENAM(TABSPAC1)
Using the START DATABASE command, we can also start database and indexspace.
Advertisements