Тёмный

What is Sql and Sql Components ?  

Sql Is Easy
Подписаться 5 тыс.
Просмотров 87
50% 1

Data Definition Language (DDL):
CREATE: Used to create database objects like tables, indexes, or views.
ALTER: Modifies the structure of existing database objects.
DROP: Deletes database objects like tables or indexes.
Data Manipulation Language (DML):
SELECT: Retrieves data from one or more tables.
INSERT: Adds new rows of data into a table.
UPDATE: Modifies existing data in a table.
DELETE: Removes rows from a table.
Data Control Language (DCL):
GRANT: Provides specific privileges to database users.
REVOKE: Removes specific privileges from database users.
Transaction Control Language (TCL):
COMMIT: Saves all changes made during the current transaction.
ROLLBACK: Undoes changes made during the current transaction.
SAVEPOINT: Sets a point within a transaction to which you can later roll back.

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@edmontgomery1265
@edmontgomery1265 5 месяцев назад
'Promo SM' 😚
Далее
UUID vs INT: What’s Better For Your Primary Key?
9:40
HA-HA-HA-HA 👫 #countryhumans
00:15
Просмотров 3,5 млн
What is Database Sharding?
9:05
Просмотров 55 тыс.
Session 11: Spool operator in SQL Server
9:40
Database Indexing for Dumb Developers
15:59
Просмотров 62 тыс.
How is data stored in sql database
7:04
Просмотров 187 тыс.
SQL vs. NoSQL: What's the difference?
6:06
Просмотров 148 тыс.
Microservices with Databases can be challenging...
20:52