SQL SERVER 2008 TUTORIAL PART 1

Pubblicato il: 28 ottobre 2020
sul canale di: 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


In questa pagina del sito puoi guardare il video online SQL SERVER 2008 TUTORIAL PART 1 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato TUTORIAL 28 ottobre 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 13,559 volte e gli è piaciuto 323 spettatori. Buona visione!