A(n) __________ is a programatic function that is created and stored within MySQL.

a. stored procedure
b. trigger
c. function
d. index

a. stored procedure

Computer Science & Information Technology

You might also like to view...

Which of the following statements are correct?

a. char[][][] charArray = new char[2][2][]; b. char[2][2][] charArray = {'a', 'b'}; c. char[][][] charArray = {{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}; d. char[][][] charArray = {{{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}};

Computer Science & Information Technology

The data manipulation language

A. defines the database to the database management system B. transfers data to the buffer area for manipulation C. enables application programs to interact with and manipulate the database D. describes every data element in the database

Computer Science & Information Technology