Home »
MCQs »
DB2 MCQs
To utilize a database once it has been created, ____ command is used to connect or start the database
24. To utilize a database once it has been created, ____ command is used to connect or start the database.
- db2 connect <database name>
- db2 connection to <database name>
- db2 start to <database name>
Answer: A) db2 connect <database name>
Explanation:
To utilize a database once it has been created, db2 connect to <database name>, the command is used to connect or start the database.