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 :: mysql beautify output 
Sql :: mysql clone table with data and add attribute 
Sql :: mysql select bottom 10 rows 
Sql :: sql server system messeges 
Sql :: add sqlcmd to path linux 
Sql :: How to Alter column in SQL Server - NAYCode.com 
Sql :: calcul age 
Sql :: order by length and alphabetical sql 
Sql :: dump only data 
Sql :: how many rows can postgres handle 
Sql :: create sql server database 
Sql :: sql to c# linq converter online 
Sql :: how to reset mysql table auto_increment 
Sql :: check psql validity function 
Sql :: sql or operator 
Sql :: closure in sql 
Sql :: how to create a table from another table in sql derby 
Sql :: sqlite send a query to a Sqlite DB with Ruby 
Sql :: Reduce size of SQL server log file truncate - Source :NAYCode.com 
Sql :: tsql remove duplicate rows 
Sql :: tabular function in sql server 
Sql :: updating mysql 
Sql :: The fetch keyword oracle 
Sql :: export all stored procedures to .sql files 
Sql :: postgresql get tables where column is foreign key 
Sql :: mysql select 
Sql :: create database ms sql server 
Sql :: mysql select all columns and specific fields as 
Sql :: get id from just inserted row mysql server python 
Sql :: mysql insert into select transaction c# 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =