
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 and explain the panel command to display all the components of DB2 database DSNDB01 along with their status?
A database contains multiple components like tablespace, indexspace, index, tables, etc. We can find out all the components within the database using the below panel command.
DIS DB(DSNDB01)
Advertisements