In a(n) ____________________ language, an event in the database triggers a set of instructions.

Fill in the blank(s) with the appropriate word(s).


event driven

Computer Science & Information Technology

You might also like to view...

SQL uses the _________ as a delimiter for strings.

a. double quotes (" and ") b. single quotes (' and ') c. underscore (-) d. percent (%)

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. The word double is a reserved word in C so it cannot be used as a variable name. 2. The directive #define FIVE 5 notifies the C preprocessor that it is to replace each use of FIVE by 5 3. Before a new value can be stored in a memory cell, a C program must first execute the erase function to remove the cell's old contents.

Computer Science & Information Technology

Access is compatible with VBA

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following, from outermost to innermost, are components of the box model?

a. margin, border, padding, content b. content, padding, border, margin c. content, margin, padding, border d. margin, padding, border, content

Computer Science & Information Technology