SQL SERVER 2008 TUTORIAL PART 1

Publicado em: 28 Outubro 2020
no canal de: TUTORIAL
13,559
323

SQL SERVER 2008 TUTORIAL PART 1

SQL is a standard language for storing, manipulating, and retrieving data in databases.
In this SQL tutorial, I will teach you the basic syntax of how to execute SQL queries

This SQL Query Language is divided into 3 parts:
1. DDL (Data Definition Language)
• Create a database (CREATE DATABASE)
• Delete database (DROP DATABASE)
• Create a table (CREATE TABLE)
• Delete table (DROP TABLE)
• Change the table (ALTER TABLE)

2. DML (Data Manipulation Language)
• Adding a record (INSERT INTO)
• View table contents (SELECT)
• Changing the contents of the record (UPDATE)
• Delete records (DELETE)

3. DCL (Data Control Language): a group of commands used to authorize data access and space allocation.
For example: a data can be accessed by A, but cannot be accessed by B
• GRANT
• REVOKE
• COMMIT
• ROLLBACK


Nesta página do site você pode assistir ao vídeo on-line SQL SERVER 2008 TUTORIAL PART 1 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário TUTORIAL 28 Outubro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 13,559 vezes e gostou 323 espectadores. Boa visualização!