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