DB2
DB2
- Build the next generation of mission-critical applications across any cloud, with
continuous availability and zero downtime when migrating to hybrid deployments.
- Simplify development with support for all modern data types, workloads and
programming languages.
- Enable faster decisions with support for open formats such as Apache Iceberg to
securely share data and metadata across teams.
- Deploy AI at scale with built-in machine learning (ML) capabilities and IBM
watsonx™ integration for generative artificial intelligence (AI).
IBM Db2 helps you quickly build and deploy mission-critical applications in your
organization. It supports both operational and analytic workloads. The in-memory computing
of DB2 is a good feature for high performance and scalability to meet complex business
requirements.
DML in DB2:-
DML is data manipulation language. In DML we have four types of statement.
i) INSERT– We can insert the records into the table.
ii) UPDATE– we can update a particular record based on particular condition and these
conditions are all optional.
iii) DELETE– It is just a logical delete and it is a DML operation.
iv) SELECT– It is used to select a particular column or group of a column in a table.
DCL Operations in DB2:-
It is a Data Control Language. Mostly DBA uses GRANT REVOKE DCL, to give
access to a particular area or table or public or particular group of users. You can also revoke
the axis that is you can take back the access from a particular user or from the public using
REVOKE.
TCL Operations in DB2:-