+1 vote
in DBMS by
How to Connect to the DB2 Database ?

1 Answer

0 votes
by

Once the database is created, you have to connect or start database to make it in use.

Syntax:

  1. db2 connect to <database name>  

Example:

...