Question: DBA - 2 2 1 . Complete each statment: 3 7 . The _ _ _ _ _ _ _ _ _ _ _ _

DBA-221.
Complete each statment:
37. The _______________ operator compares two Boolean values and returns TRUE
if and only if one, and only one, of the expressions is true.
38. The REPEAT loop is considered as a____________________________ loop because it executes the statements in the loop body at least once and then checks the condition.
39. A ______________________literal is simply any string value surrounded by quotes.
40. The ____________________keyword executes a stored program.
41. The________________________ loop executes while the condition is FALSE.
42. The_____________________function removes only leading whitespace from a string.
43. An ____________________can be created to define the way in which the stored program
should respond to one or more error conditions.
44. The WHILE loop is considered as a _____________ loop because it checks the condition
before executing the statements in the loop body.
45. You assign a new value to a variable after it has been declared by using a _______________ statement.
46.__________________are similar to stored procedures, but their execution results in the return of a single value
47. A __________________________is a named data item whose value can change during program execution.
48.______________statements alter the flow of control in the program by allowing
code to be executed based on the value of some expression.
49. A _______________can be placed both before the BEGIN statement and after the END statement to name the block.
50. The__________________ mode determines how stored programs deal with attempts to assign invalid values to variables.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!