SQL SERVER 2008 TUTORIAL PART 1

Publicado el: 28 octubre 2020
en el 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


En esta página del sitio puede ver el video en línea SQL SERVER 2008 TUTORIAL PART 1 de Duración hora minuto segunda en buena calidad , que subió el usuario TUTORIAL 28 octubre 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 13,559 veces y le gustó 323 a los espectadores. Disfruta viendo!