The employee table includes these columns:
e_id INT, e_name VARCHAR (45), dept_id INT salart INT
You must create a stored function, getMaxSalary(), which returns the maximum salary paid for a given department id.
Which statement will create the function?
A)
B)
C)
D)
Correct : A
Start a Discussions
The variables c and d are declared as integer types.
Examine these initialization statements with placeholder value
Now, examine this loop which executes successfully:
Which loop results in the same value of d for all valid values of
A)
B)
C)
Correct : A
Start a Discussions
Your session has sqi_mode set to default.
Examine this statement which executes successfully:
Now examine this statement:
Which two changes are required to the insert statement so that it inserts the correct data?
* std_id = 10301
* firstname = Mary
* lastname = O'Hagen
* birthdate = November 26, 1997
* reg_date = the current date
Correct : A, D
Start a Discussions
Examine this statement:
DECLARE not_found CONDITION FOR SQLSTATE '02000';
In which two statements can not found be used?
Correct : C, E
Start a Discussions
Which statement is true about the show errors command?
Correct : A
Start a Discussions