Começar. É Gratuito
ou inscrever-se com seu endereço de e-mail
SQL-SERVER-2012 por Mind Map: SQL-SERVER-2012

1. IMPLEMENTACIÓN

1.1. DDL Lenguaje Definicion de Datos.

1.1.1. CREATE

1.1.1.1. DataBase

1.1.1.2. Table

1.1.1.3. Constraint

1.1.1.4. Index View

1.1.1.5. Procedure

1.1.1.6. Function

1.1.1.7. Trigger

1.1.2. ALTER

1.1.2.1. Database

1.1.2.2. Table

1.1.2.3. View

1.1.2.4. Procedure

1.1.2.5. Function

1.1.2.6. Trigger

1.1.3. DROP

1.1.3.1. Database

1.1.3.2. Table

1.1.3.3. Constraint

1.1.3.4. Index View

1.1.3.5. Procedure

1.1.3.6. Function

1.1.3.7. Trigger

1.2. DML Lenguaje de Manipulacion de Datos.

1.2.1. INSERT

1.2.2. UPDATE

1.2.3. DELETE

1.2.4. SELECT

1.2.4.1. From

1.2.4.2. Where

1.2.4.3. Group by

1.2.4.4. Having

1.2.4.5. Order by