ݺߣ

ݺߣShare a Scribd company logo
অধ্যায় ৬
ডেটাবেজ ম্যাবেজবম্ন্ট সিবেম্
৬.৫ ড াবয়সি
অধ্যায় ৬
ডেটাবেজ ম্যাবেজবম্ন্ট সিবেম্
 Select query
 Parameter query
 Crosstab query
 Action query
Query
Query Language
QUEL – QUEry Language
QBE – Query By Example
SQL – Structured Query Language
SQL query
Union query
Pas-through query
Data definition query
Sub query
SQL – Structured Query Language
DQL – Data Query Language
DDL – Data Definition Language
DML – Data Manipulation Language
DCL – Data Control Language
DQL
SELECT Name, Address
FROM Student
WHERE Id=1;
DDL
CREATE TABLE Student(
Id NUMBER(10) NOT NULL,
Name VARCHAR(255) NOT NULL,
Address VARCHAR (255)
);
DML
INSERT INTO Customer
(ID,NAME,AGE,ADDRESS,SALARY)
VALUES
(1, 'Ramesh', 32, 'Ahmedabad', 2000.00 );
DELETE FROM Customer WHERE ID = 6;
UPDATE Customer SET ADDRESS = ‘Jamalpur'
WHERE ID = 6;
DCL
THANK YOU
Mohammad Ali Khan
Email: xvirus.bd@gmail.com
Facebook: facebook.com/robotbalok
Youtube: youtube.com/c/RobotBalok
Twitter: twitter.com/Blue_fellings
Web: makgr.com

More Related Content

More from Mohammad Ali Khan (14)

PPTX
Limit of a function
Mohammad Ali Khan
PPTX
Bsc. Final Project Presentation
Mohammad Ali Khan
PPTX
Project proposal-presentation
Mohammad Ali Khan
PPTX
Lcd & led tv technologies
Mohammad Ali Khan
PPTX
Diagnostic's center bill management system
Mohammad Ali Khan
PPT
Computer Application Lab
Mohammad Ali Khan
PPT
Zener diode
Mohammad Ali Khan
PPTX
Photodiodes
Mohammad Ali Khan
PPTX
Symmetric multiprocessing
Mohammad Ali Khan
PPT
VOIP Technology
Mohammad Ali Khan
PPTX
Scheduling Algorithm
Mohammad Ali Khan
PPTX
Solar cell
Mohammad Ali Khan
PPTX
Kinetic energy
Mohammad Ali Khan
Limit of a function
Mohammad Ali Khan
Bsc. Final Project Presentation
Mohammad Ali Khan
Project proposal-presentation
Mohammad Ali Khan
Lcd & led tv technologies
Mohammad Ali Khan
Diagnostic's center bill management system
Mohammad Ali Khan
Computer Application Lab
Mohammad Ali Khan
Symmetric multiprocessing
Mohammad Ali Khan
VOIP Technology
Mohammad Ali Khan
Scheduling Algorithm
Mohammad Ali Khan
Kinetic energy
Mohammad Ali Khan

Recently uploaded (20)

DOCX
ANNOTATION on objective 10 on pmes 2022-2025
joviejanesegundo1
PPTX
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
PPTX
How to use _name_search() method in Odoo 18
Celine George
PPTX
Iván Bornacelly - Presentation of the report - Empowering the workforce in th...
EduSkills OECD
PDF
Romanticism in Love and Sacrifice An Analysis of Oscar Wilde’s The Nightingal...
KaryanaTantri21
PPT
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
PPTX
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
PPTX
How to Create & Manage Stages in Odoo 18 Helpdesk
Celine George
PPTX
How to Add New Item in CogMenu in Odoo 18
Celine George
PPTX
How to Setup Automatic Reordering Rule in Odoo 18 Inventory
Celine George
PDF
Our Guide to the July 2025 USPS® Rate Change
Postal Advocate Inc.
PPTX
A Case of Identity A Sociological Approach Fix.pptx
Ismail868386
PDF
Free eBook ~100 Common English Proverbs (ebook) pdf.pdf
OH TEIK BIN
PDF
Lesson 1 : Science and the Art of Geography Ecosystem
marvinnbustamante1
PDF
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
PPTX
Project 4 PART 1 AI Assistant Vocational Education
barmanjit380
PDF
Rapid Mathematics Assessment Score sheet for all Grade levels
DessaCletSantos
PPTX
ENGLISH -PPT- Week1 Quarter1 -day-1.pptx
garcialhavz
PDF
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
PPTX
How Physics Enhances Our Quality of Life.pptx
AngeliqueTolentinoDe
ANNOTATION on objective 10 on pmes 2022-2025
joviejanesegundo1
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
How to use _name_search() method in Odoo 18
Celine George
Iván Bornacelly - Presentation of the report - Empowering the workforce in th...
EduSkills OECD
Romanticism in Love and Sacrifice An Analysis of Oscar Wilde’s The Nightingal...
KaryanaTantri21
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
How to Create & Manage Stages in Odoo 18 Helpdesk
Celine George
How to Add New Item in CogMenu in Odoo 18
Celine George
How to Setup Automatic Reordering Rule in Odoo 18 Inventory
Celine George
Our Guide to the July 2025 USPS® Rate Change
Postal Advocate Inc.
A Case of Identity A Sociological Approach Fix.pptx
Ismail868386
Free eBook ~100 Common English Proverbs (ebook) pdf.pdf
OH TEIK BIN
Lesson 1 : Science and the Art of Geography Ecosystem
marvinnbustamante1
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
Project 4 PART 1 AI Assistant Vocational Education
barmanjit380
Rapid Mathematics Assessment Score sheet for all Grade levels
DessaCletSantos
ENGLISH -PPT- Week1 Quarter1 -day-1.pptx
garcialhavz
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
How Physics Enhances Our Quality of Life.pptx
AngeliqueTolentinoDe
Ad

6.5 Query (কোয়েরি)