Pregunta 1
Pregunta
What´s mean SQL?
Pregunta 2
Pregunta
Trigger is the function that executes when it meets the set condition to make an action, could be executed before or after to make an action
Pregunta 3
Pregunta
Which are the operations of trriggers
Pregunta 4
Pregunta
To Insert a password, update a datum or validate registers into a Data Base are examples of triggers
Pregunta 5
Pregunta
SQL specifies what you want it, no how to get it
Pregunta 6
Pregunta
DDL is the responsible of the Data Structure into a Data Base
Pregunta 7
Pregunta
DDL, DML and DCL are characteristics of SQL
Pregunta 8
Pregunta
Does it Includes commands to define views
Respuesta
-
DDL (Data Definition Language)
-
DML (Data Manipulation Language)
-
DCL (Data Control Language)
Pregunta 9
Pregunta
It is responsible about data security, to grant privilege and access modes
Respuesta
-
DDL (Data Definition Language)
-
DML (Data Manipulation Language)
-
DCL (Data Control Language)
Pregunta 10
Pregunta
It allows the handling and processing the information into Data Base
Respuesta
-
DDL (Data Definition Language)
-
DML (Data Manipulation Language)
-
DCL (Data Control Language)
Pregunta 11
Pregunta
Date, Time and Timestamp are the Basic Data Types of SQL
Pregunta 12
Pregunta
"Row Trigger" is a kind of trigger that allows a single execution, no matter how many times it complies with condition
Pregunta 13
Pregunta
The triggers are used to improve the administration into Data Base
Pregunta 14
Pregunta
It allows the execution of operations into a Data Base in Java Language , no matter the operating system
Pregunta 15
Pregunta
It is aimed to make it independent Data Base and operating system.