Сұраулар. Информатика, 10 сынып, презентация.


Оқу мақсаты

10.3.3.1 алынған деректерді пайдаланып сұрау салу (SQL (эс кю эль))

Сабақ мақсаттары:

Деректер сөздігінің мақсатын түсіндіру

DDL деректерін анықтау тілін және DML деректерін манипуляциялау тілін салыстыру

What is SQL?

SQL stands for Structured Query Language (Structured Query Language).

SQL allows you to work with the database.

SQL allows you to query the database.

SQL allows you to extract data from the database.

SQL allows you to insert new records in the database.

SQL allows you to delete records from the database.

SQL allows you to update records in the database.

SQL is easy to learn.

Топтағы жұмыс

DML wikibooks - Data Manipulation Language

DDL wikibooks - Data definition language

SQL statements are divided into:

Operators of data definition (Data Definition Language, DDL):

CREATE creates a database object (database itself, tables, views, user, and so on. D.)

ALTER modifies the object

DROP deletes an object;

Operators of data manipulation (Data Manipulation Language, DML):

SELECT selects the data that meet certain conditions,

INSERT adds new data,

UPDATE modifies existing data,

DELETE deletes the data;

Data Manipulation LanguageDMLData Manipulation Language:

SELECT field_name FROM table_name WHERE condition

SELECT - defines the fields that contain the necessary data

FROM - specifies the tables that contain the fields specified in the the SELECT

WHERE - specifies the conditions of selection fields, which must comply with all the records included in the results

Data Manipulation LanguageDMLData Manipulation Language

Example:

SELECT * FROM Customers;

Output all fields and records the Customers table

Example:

SELECT CustomerName, Country FROM Customers;

Shows records CustomerName , Country fields from Customers table

Data Manipulation LanguageDMLData Manipulation Language

Example:

SELECT CustomerName, City FROM Customers

WHERE City=‘Berlin';

Shows records CustomerName, City fields, from Customers table where the City field value is equal to the word Berlin

Data Manipulation LanguageDMLData Manipulation Language

Практика

Сілтеме арқылы өтіңіз

http://sqlzoo.net/wiki/SELECT_from_Nobel_Tutorial

perform the task of 1, 2, 5, 8, 12

Жауаптарды мұғалімге көрсетіңіз

Did you learn useful information for yourself?

Where did you have difficulties?

What would like to explore in the next lesson?

Used links:

sqlzoo.net

https://en.wikibooks.org/wiki/A-level_Computing_2009/AQA/Problem_Solving,_Programming,_Operating_Systems,_Databases_and_Networking/Databases/SQL

http://articles.org.ru/cn/showdetail.php?cid=7163

http://www.w3schools.com/sql/default.asp

http://www.site-do.ru/db/sql9.php

https://ru.wikipedia.org/wiki/

AQA A2 p. 161-163



Толық нұсқасын 30 секундтан кейін жүктей аласыз!!!


Әлеуметтік желілерде бөлісіңіз:
Facebook | VK | WhatsApp | Telegram | Twitter

Қарап көріңіз 👇



Пайдалы сілтемелер:
» Туған күнге 99 тілектер жинағы: өз сөзімен, қысқаша, қарапайым туған күнге тілек
» Абай Құнанбаев барлық өлеңдер жинағын жүктеу, оқу
» Дастархан батасы: дастарханға бата беру, ас қайыру

Соңғы жаңалықтар:
» Қазақстандықтар шетелге қай мезгілде жиірек шығады
» Freedom bank-те керемет акция! 1000 ₸ кэшбек сыйлайды
» 2025 жылы Ораза және Рамазан айы қай күні басталады?
Пікір жазу