DEV Community

Lam
Lam

Posted on

1

DB2 Cheat Sheet

Db2 is a family of data management products, including database servers, developed by IBM. It initially supported the relational model but was extended to support object–relational features and non-relational structures like JSON and XML.

Create a database (default drive) DB2 CREATE DB <dbName>
Create a database on a specific drive DB2 CREATE DB <dbName> ON <Drive>
Drop a database (with caution) DB2 DROP DB <dbName>
Connect to a database DB2 CONNECT TO <dbName>
Disconnect from a database DB2 DISCONNECT FROM <dbName>

References:

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay