Search
 
SCRIPT & CODE EXAMPLE
 

SQL

subconjuntos da linguagem SQL

A linguagem SQL é dividida em subconjuntos de acordo com as operações que 
queremos efetuar sobre um banco de dados, tais como:

DML - Data Manipulation Language - Linguagem de Manipulação de Dados.
Exemplo: INSERT, DELETE e UPDATE

DDL - Data Definition Language - Linguagem de Definição de Dados
Exemplo: CREATE, ALTER e DROP

DCL - Data Control Language - Linguagem de Controle de Dados.
Exemplo: GRANT, REVOKE E DENY

DTL - Data Transaction Language - Linguagem de Transação de Dados.
Exemplo: BEGIN TRANSACTION, COMMIT E ROLLBACK

DQL - Data Query Language - Linguagem de Consulta de dados.
Exemplo: SELECT 
Comment

PREVIOUS NEXT
Code Example
Sql :: grepper sql workbench download 
Sql :: mysql grant execute 
Sql :: edit a field mysql terminal 
Sql :: ERROR: column "hourly_visitors.hour" must appear in the GROUP BY clause or be used in an aggregate function 
Sql :: mysql pv progres 
Sql :: To revoke create table from users 
Sql :: find invalid datetime field 
Sql :: odoo css not loaded 
Sql :: PostgresDownload 
Sql :: modify xml in sql server 
Sql :: how much table store postgres 
Sql :: dump a single table named mytab 
Sql :: OLAP queries 
Sql :: ring MySQL get the inserted row id 
Sql :: compound operator in sql 
Sql :: ring get columns count in the query result using the odbc_colcount() 
Sql :: Raw query must include the primary key 
Sql :: mysql phpmyadmin mysqli_construct:: error for mac user 
Sql :: mysql error 1215 
Sql :: check records older than 10 days 
Sql :: sql out file formate 
Sql :: mysql order two columns 
Sql :: Uninstall mysql community server in centos 7 
Sql :: oracle grant create job 
Sql :: show specific partition hive query 
Sql :: denormalise SQL command 
Sql :: show database size or specific database table size 
Sql :: mysql password reset 
Sql :: power query case when 
Sql :: How is the default tablespace determined when creating a table? 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =