167
Activate Database
The “activate db” command is used to activate the database you have created once. It makes database available for the application.
Syntax:
Here, db_name specifies the name of the database.
Example:
Let’s activate the database “XYZ”:
Next TopicDeactivate Database