최신 1z1-909 무료덤프 - Oracle MySQL 8.0 Database Developer
You must reclaim memory used by a prepared statement named prep. Which two achieve this?
정답: A,B
Which select statement returns true?
정답: C
Examine these statements which execute successfully:
The statements executed without exception. Which two are true?
The statements executed without exception. Which two are true?
정답: B,D
Which change will prevent negative ages to be inserted into the people table?
정답: D
Examine this statement and output:
CREATE TABLE geom (g GEOMETRY NOT NOLL, SPATIAL INDEX(g) ) ; Query OK, 0 rows affected, 1 warning (0.01 sec) An attempt is made to add an SRID attribute to the column using the statement:
ALTER TABLE geom MODIFY COLUMN g geometry NOT NULL SRID 0;
Which is true?
CREATE TABLE geom (g GEOMETRY NOT NOLL, SPATIAL INDEX(g) ) ; Query OK, 0 rows affected, 1 warning (0.01 sec) An attempt is made to add an SRID attribute to the column using the statement:
ALTER TABLE geom MODIFY COLUMN g geometry NOT NULL SRID 0;
Which is true?
정답: C
Examine the contents of these tables:
Now examine the expected results for a user with privileges to access the table:
Which query returns the expected results?
A)
B)
C)
D)
Now examine the expected results for a user with privileges to access the table:
Which query returns the expected results?
A)
B)
C)
D)
정답: C
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?
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?
정답: D