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