際際滷

際際滷Share a Scribd company logo
DB2 Objects
and
SQL-PL
Presented by Mr. Fuangwith S.
2
Agenda
 Data Type
 Buffer Pool
 Tablespaces
 Table
 SQL-PL
 SYSCAT
 Schema
 Procedure
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
3
Agenda (Cont.)
 Function
 View
 Trigger
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
4
DB2s Data Type
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
5
Interesting Data Type
IBM DB2 9.1 Fundamental Presentation
Data Type Min Max
CHARACTER 1 255
VARCHAR 1 32704
SMALLINT -32768 +32767
INTEGER or INT -2147483648 +2147483647
BIGINT -9223372036854775808 +9223372036854775807
DECIMAL or NUMERIC 1 - 10続孫 10続孫 - 1
DATE 0001-01-01 12/31/9999
TIME 00.00.00 24.00.00
TIMESTAMP 0001-01-01-00.00.00.000000 9999-12-31-24.00.00.000000
DB2 Objects and SQL-PL presented by Fuangwith S.
6
Tablespaces and Buffer Pools
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
7
LAB I
 Create Buffer Pools
 Create Tablespaces
 Create Table
 Drop Table
 Alter Table
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
8
SQL-PL
IBM DB2 9.1
SQL-PL
PL/SQL r a
IBM DB2 9.1 Fundamental Presentation
IBM DB2 9.7
SQL-PL
PL/SQL a
a
DB2 Objects and SQL-PL presented by Fuangwith S.
9
System Catalog
IBM DB2 9.1 Fundamental Presentation
 Schema SYSCAT
 example
 SYSCAT.TABLES
 SYSCAT.TABLESPACES
 SYSCAT.COLUMNS
 SYSCAT.VIEWS
 and etc.
SQL0407N Assignment of a NULL value to a NOT NULL column
"TBSPACEID=3, TABLEID=27, COLNO=3" is not allowed. SQLSTATE=23502
DB2 Objects and SQL-PL presented by Fuangwith S.
10
SQL - 407
IBM DB2 9.1 Fundamental Presentation
SELECT
TBS.TBSPACE,
TAB.TABNAME,
COL.COLNAME
FROM
SYSCAT.TABLESPACES AS TBS
INNER JOIN SYSCAT.TABLES AS TAB
ON TBS.TBSPACEID =
TAB.TBSPACEID
INNER JOIN SYSCAT.COLUMNS AS COL
ON TAB.TABNAME = COL.TABNAME
WHERE
TBS.TBSPACEID = 3
AND TAB.TABLEID = 27
AND COL.COLNO = 3;
DB2 Objects and SQL-PL presented by Fuangwith S.
11
LAB II
 Create Stored Procedure
 Drop Stored Procedure
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
12
LAB III
 Function
 View
 Trigger
IBM DB2 9.1 Fundamental Presentation
DB2 Objects and SQL-PL presented by Fuangwith S.
13
TOMORROW
IBM DB2 9.1 Fundamental Presentation
 Global Temporary Table (GTT)
 Catch Exception
 Signal
 LIKE predicate
 Basic Locking
DB2 Objects and SQL-PL presented by Fuangwith S.

More Related Content

Similar to SQL-PL and DB2 Objects (20)

SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
QuyVo27
Ibm db2
Ibm db2Ibm db2
Ibm db2
aditi212
Les10[1]Creating and Managing Tables
Les10[1]Creating and Managing TablesLes10[1]Creating and Managing Tables
Les10[1]Creating and Managing Tables
siavosh kaviani
SQL WORKSHOP::Lecture 10
SQL WORKSHOP::Lecture 10SQL WORKSHOP::Lecture 10
SQL WORKSHOP::Lecture 10
Umair Amjad
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
KashifManzoorMeo
Introduction to Standard Query Language.ppt
Introduction to Standard Query Language.pptIntroduction to Standard Query Language.ppt
Introduction to Standard Query Language.ppt
HajarMeseehYaseen
Mysql rab2-student
Mysql rab2-studentMysql rab2-student
Mysql rab2-student
santosh mishra
Mysql rab2-student
Mysql rab2-studentMysql rab2-student
Mysql rab2-student
santosh mishra
DBMS_ddlVFSBFSBS22222222222222222222222222222222222
DBMS_ddlVFSBFSBS22222222222222222222222222222222222DBMS_ddlVFSBFSBS22222222222222222222222222222222222
DBMS_ddlVFSBFSBS22222222222222222222222222222222222
227567
Oracle vs. SQL Server- War of the Indices
Oracle vs. SQL Server- War of the IndicesOracle vs. SQL Server- War of the Indices
Oracle vs. SQL Server- War of the Indices
Kellyn Pot'Vin-Gorman
SQL Tuning 101
SQL Tuning 101SQL Tuning 101
SQL Tuning 101
Carlos Sierra
sqltuning101-170419021007-2.pdf
sqltuning101-170419021007-2.pdfsqltuning101-170419021007-2.pdf
sqltuning101-170419021007-2.pdf
TricantinoLopezPerez
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
MDI Training DB2 Course
MDI Training DB2 CourseMDI Training DB2 Course
MDI Training DB2 Course
Marcus Davage
Doxxy: Document and Report generation for Oracle made easy
Doxxy: Document and Report generation for Oracle made easyDoxxy: Document and Report generation for Oracle made easy
Doxxy: Document and Report generation for Oracle made easy
Jan Huyzentruyt
Sql Server 2000
Sql Server 2000Sql Server 2000
Sql Server 2000
Om Vikram Thapa
SQL Server 2008 Overview
SQL Server 2008 OverviewSQL Server 2008 Overview
SQL Server 2008 Overview
Eric Nelson
What's New for Developers in SQL Server 2008?
What's New for Developers in SQL Server 2008?What's New for Developers in SQL Server 2008?
What's New for Developers in SQL Server 2008?
ukdpe
SQl-1.pptx
SQl-1.pptxSQl-1.pptx
SQl-1.pptx
kingVox
Mastering Oracle SQL & SQL*Plus for Beginners,
Mastering Oracle SQL & SQL*Plus for Beginners,Mastering Oracle SQL & SQL*Plus for Beginners,
Mastering Oracle SQL & SQL*Plus for Beginners,
samirben82
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
QuyVo27
Ibm db2
Ibm db2Ibm db2
Ibm db2
aditi212
Les10[1]Creating and Managing Tables
Les10[1]Creating and Managing TablesLes10[1]Creating and Managing Tables
Les10[1]Creating and Managing Tables
siavosh kaviani
SQL WORKSHOP::Lecture 10
SQL WORKSHOP::Lecture 10SQL WORKSHOP::Lecture 10
SQL WORKSHOP::Lecture 10
Umair Amjad
SQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptxSQL_SERVER_BASIC_1_Training.pptx
SQL_SERVER_BASIC_1_Training.pptx
KashifManzoorMeo
Introduction to Standard Query Language.ppt
Introduction to Standard Query Language.pptIntroduction to Standard Query Language.ppt
Introduction to Standard Query Language.ppt
HajarMeseehYaseen
DBMS_ddlVFSBFSBS22222222222222222222222222222222222
DBMS_ddlVFSBFSBS22222222222222222222222222222222222DBMS_ddlVFSBFSBS22222222222222222222222222222222222
DBMS_ddlVFSBFSBS22222222222222222222222222222222222
227567
Oracle vs. SQL Server- War of the Indices
Oracle vs. SQL Server- War of the IndicesOracle vs. SQL Server- War of the Indices
Oracle vs. SQL Server- War of the Indices
Kellyn Pot'Vin-Gorman
sqltuning101-170419021007-2.pdf
sqltuning101-170419021007-2.pdfsqltuning101-170419021007-2.pdf
sqltuning101-170419021007-2.pdf
TricantinoLopezPerez
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
MDI Training DB2 Course
MDI Training DB2 CourseMDI Training DB2 Course
MDI Training DB2 Course
Marcus Davage
Doxxy: Document and Report generation for Oracle made easy
Doxxy: Document and Report generation for Oracle made easyDoxxy: Document and Report generation for Oracle made easy
Doxxy: Document and Report generation for Oracle made easy
Jan Huyzentruyt
SQL Server 2008 Overview
SQL Server 2008 OverviewSQL Server 2008 Overview
SQL Server 2008 Overview
Eric Nelson
What's New for Developers in SQL Server 2008?
What's New for Developers in SQL Server 2008?What's New for Developers in SQL Server 2008?
What's New for Developers in SQL Server 2008?
ukdpe
SQl-1.pptx
SQl-1.pptxSQl-1.pptx
SQl-1.pptx
kingVox
Mastering Oracle SQL & SQL*Plus for Beginners,
Mastering Oracle SQL & SQL*Plus for Beginners,Mastering Oracle SQL & SQL*Plus for Beginners,
Mastering Oracle SQL & SQL*Plus for Beginners,
samirben82

Recently uploaded (20)

MIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel HolznerMIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel Holzner
MIPLM
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
NURSING PROCESS AND ITS STEPS .pptx
NURSING PROCESS AND ITS STEPS                 .pptxNURSING PROCESS AND ITS STEPS                 .pptx
NURSING PROCESS AND ITS STEPS .pptx
PoojaSen20
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
UTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri DabhadeUTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
Mukesh Kala
EDL 290F Week 4 - Group Ride (2025).pdf
EDL 290F Week 4  - Group Ride (2025).pdfEDL 290F Week 4  - Group Ride (2025).pdf
EDL 290F Week 4 - Group Ride (2025).pdf
Liz Walsh-Trevino
compiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 schemecompiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 scheme
Suvarna Hiremath
MIPLM subject matter expert Sascha Kamhuber
MIPLM subject matter expert Sascha KamhuberMIPLM subject matter expert Sascha Kamhuber
MIPLM subject matter expert Sascha Kamhuber
MIPLM
U.S. Department of Education certification
U.S. Department of Education certificationU.S. Department of Education certification
U.S. Department of Education certification
Mebane Rash
MIPLM subject matter expert Dr Robert Klinski
MIPLM subject matter expert Dr Robert KlinskiMIPLM subject matter expert Dr Robert Klinski
MIPLM subject matter expert Dr Robert Klinski
MIPLM
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
Amlan Sarkar
Unit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition EnginesUnit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition Engines
NileshKumbhar21
Introduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz KhanIntroduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz Khan
Systematic Reviews Network (SRN)
Yale VMOC Special Report - Measles Outbreak Southwest US 3-30-2025 FINAL v2...
Yale VMOC Special Report - Measles Outbreak  Southwest US 3-30-2025  FINAL v2...Yale VMOC Special Report - Measles Outbreak  Southwest US 3-30-2025  FINAL v2...
Yale VMOC Special Report - Measles Outbreak Southwest US 3-30-2025 FINAL v2...
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
Viceroys of India & Their Tenure Key Events During British Rule
Viceroys of India & Their Tenure  Key Events During British RuleViceroys of India & Their Tenure  Key Events During British Rule
Viceroys of India & Their Tenure Key Events During British Rule
DeeptiKumari61
How to Setup Company Data in Odoo 17 Accounting App
How to Setup Company Data in Odoo 17 Accounting AppHow to Setup Company Data in Odoo 17 Accounting App
How to Setup Company Data in Odoo 17 Accounting App
Celine George
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
EduSkills OECD
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Role of Teacher in the era of Generative AI
Role of Teacher in the era of Generative AIRole of Teacher in the era of Generative AI
Role of Teacher in the era of Generative AI
Prof. Neeta Awasthy
MIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel HolznerMIPLM subject matter expert Daniel Holzner
MIPLM subject matter expert Daniel Holzner
MIPLM
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
NURSING PROCESS AND ITS STEPS .pptx
NURSING PROCESS AND ITS STEPS                 .pptxNURSING PROCESS AND ITS STEPS                 .pptx
NURSING PROCESS AND ITS STEPS .pptx
PoojaSen20
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
UTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri DabhadeUTI Quinolones by Mrs. Manjushri Dabhade
UTI Quinolones by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
Mukesh Kala
EDL 290F Week 4 - Group Ride (2025).pdf
EDL 290F Week 4  - Group Ride (2025).pdfEDL 290F Week 4  - Group Ride (2025).pdf
EDL 290F Week 4 - Group Ride (2025).pdf
Liz Walsh-Trevino
compiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 schemecompiler design BCS613C question bank 2022 scheme
compiler design BCS613C question bank 2022 scheme
Suvarna Hiremath
MIPLM subject matter expert Sascha Kamhuber
MIPLM subject matter expert Sascha KamhuberMIPLM subject matter expert Sascha Kamhuber
MIPLM subject matter expert Sascha Kamhuber
MIPLM
U.S. Department of Education certification
U.S. Department of Education certificationU.S. Department of Education certification
U.S. Department of Education certification
Mebane Rash
MIPLM subject matter expert Dr Robert Klinski
MIPLM subject matter expert Dr Robert KlinskiMIPLM subject matter expert Dr Robert Klinski
MIPLM subject matter expert Dr Robert Klinski
MIPLM
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
General Quiz at Maharaja Agrasen College | Amlan Sarkar | Prelims with Answer...
Amlan Sarkar
Unit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition EnginesUnit 3: Combustion in Spark Ignition Engines
Unit 3: Combustion in Spark Ignition Engines
NileshKumbhar21
Viceroys of India & Their Tenure Key Events During British Rule
Viceroys of India & Their Tenure  Key Events During British RuleViceroys of India & Their Tenure  Key Events During British Rule
Viceroys of India & Their Tenure Key Events During British Rule
DeeptiKumari61
How to Setup Company Data in Odoo 17 Accounting App
How to Setup Company Data in Odoo 17 Accounting AppHow to Setup Company Data in Odoo 17 Accounting App
How to Setup Company Data in Odoo 17 Accounting App
Celine George
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
Celine Caira presents at Women girls and AI Paving the way to a balanced digi...
EduSkills OECD
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Role of Teacher in the era of Generative AI
Role of Teacher in the era of Generative AIRole of Teacher in the era of Generative AI
Role of Teacher in the era of Generative AI
Prof. Neeta Awasthy

SQL-PL and DB2 Objects

  • 2. 2 Agenda Data Type Buffer Pool Tablespaces Table SQL-PL SYSCAT Schema Procedure IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 3. 3 Agenda (Cont.) Function View Trigger IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 4. 4 DB2s Data Type IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 5. 5 Interesting Data Type IBM DB2 9.1 Fundamental Presentation Data Type Min Max CHARACTER 1 255 VARCHAR 1 32704 SMALLINT -32768 +32767 INTEGER or INT -2147483648 +2147483647 BIGINT -9223372036854775808 +9223372036854775807 DECIMAL or NUMERIC 1 - 10続孫 10続孫 - 1 DATE 0001-01-01 12/31/9999 TIME 00.00.00 24.00.00 TIMESTAMP 0001-01-01-00.00.00.000000 9999-12-31-24.00.00.000000 DB2 Objects and SQL-PL presented by Fuangwith S.
  • 6. 6 Tablespaces and Buffer Pools IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 7. 7 LAB I Create Buffer Pools Create Tablespaces Create Table Drop Table Alter Table IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 8. 8 SQL-PL IBM DB2 9.1 SQL-PL PL/SQL r a IBM DB2 9.1 Fundamental Presentation IBM DB2 9.7 SQL-PL PL/SQL a a DB2 Objects and SQL-PL presented by Fuangwith S.
  • 9. 9 System Catalog IBM DB2 9.1 Fundamental Presentation Schema SYSCAT example SYSCAT.TABLES SYSCAT.TABLESPACES SYSCAT.COLUMNS SYSCAT.VIEWS and etc. SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=3, TABLEID=27, COLNO=3" is not allowed. SQLSTATE=23502 DB2 Objects and SQL-PL presented by Fuangwith S.
  • 10. 10 SQL - 407 IBM DB2 9.1 Fundamental Presentation SELECT TBS.TBSPACE, TAB.TABNAME, COL.COLNAME FROM SYSCAT.TABLESPACES AS TBS INNER JOIN SYSCAT.TABLES AS TAB ON TBS.TBSPACEID = TAB.TBSPACEID INNER JOIN SYSCAT.COLUMNS AS COL ON TAB.TABNAME = COL.TABNAME WHERE TBS.TBSPACEID = 3 AND TAB.TABLEID = 27 AND COL.COLNO = 3; DB2 Objects and SQL-PL presented by Fuangwith S.
  • 11. 11 LAB II Create Stored Procedure Drop Stored Procedure IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 12. 12 LAB III Function View Trigger IBM DB2 9.1 Fundamental Presentation DB2 Objects and SQL-PL presented by Fuangwith S.
  • 13. 13 TOMORROW IBM DB2 9.1 Fundamental Presentation Global Temporary Table (GTT) Catch Exception Signal LIKE predicate Basic Locking DB2 Objects and SQL-PL presented by Fuangwith S.