Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
IBM DB2 - Basics
Rating: 4.3 out of 5(4 ratings)
39 students

IBM DB2 - Basics

DB2/Data studio Installation and Configuration, Database operations, clauses, constraints, Database components
Created byPrashant Naik
Last updated 8/2024
English
English [Auto],

What you'll learn

  • Install IBM DB2
  • Install IBM Data Studio and configuration
  • Database components
  • Database operations
  • Database clauses
  • Database constraints
  • Overview of Database Drivers

Course content

8 sections22 lectures2h 16m total length
  • Different types Databases?0:53

    Explore different types of databases, including key value pairs, NoSQL, relational, and object oriented databases, and learn how SQL interacts with relational databases to delete, update, retrieve, and insert data.

  • Relational Database3:21

    Explore how relational databases organize structured data into tables of rows and columns, where each table represents an entity and relationships link tables through a key like company_id.

  • Database Vendors0:16

    Identify the major database vendors in the relational database category, including Oracle, IBM, DB2, Microsoft SQL Server, and PostgreSQL.

  • What is Database driver?2:27

    Database drivers bridge applications and databases, and there are four jdbc driver types. IBM db2 provides a java driver to connect to db2 and manage data.

Requirements

  • No programming experience required

Description

In this course, students learn about the Installation of IBM DB2 in Windows and also Installing the IBM Data Studio. Before starting the actual implementation students will know what is the relational database. The detailed explanation of how to create a Database using Data Studio. Different Database components are explained such as Schema, Table, Stored procedures, and functions. Different database operations on the Table are explained and executed in IBM DB2.

These are the operations -  Create Table, Insert data in the table, Update the data in the table, Retrieve the data from the table, and delete the data from the table. How to create a stored procedure and call the stored procedure is explained with different templates. Pre-defined and user-defined functions are covered and examples are executed.

Different clauses like order by, group by, and having are explained with examples. The overview of Database drivers is explained. How to create a Data source name(DSN) is covered so that students can get an idea of how applications connect to a Database using ODBC driver.

The primary key and the Foreign key concepts are explained and implemented using simple examples. SQL statements for different operations are explained and executed in an SQL editor.

Who this course is for:

  • Beginner who want to learn Database operations
  • Beginner who want to learn IBM DB2