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
Sur cette page du site, vous pouvez voir la vidéo en ligne SQL SERVER 2008 TUTORIAL PART 1 durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur TUTORIAL 28 octobre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 13,559 fois et il a aimé 323 téléspectateurs. Bon visionnage!