1z0-882 試験問題を無料オンラインアクセス

試験コード:1z0-882
試験名称:Oracle Certified Professional, MySQL 5.6 Developer
認定資格:Oracle
無料問題数:100
更新日:2026-09-12
評価
100%

問題 1

A table (t1) contains 1000 random integer values in the first column (col1). The random values range from 1 to 1000.
You execute this query:
SELECT col1 FROM t1 WHERE col1< 100
UNION
SELECT col1 FROM t1 WHERE col1 BETWEEN 100 and 200
UNION ALL
SELECT col1 FROM t1 WHERE col 1 >=900
What is the output?

問題 2

Consider the stored procedure
CREATE PROCEDURE param_test (
IN P_in INT,
OUT P_out INT,
INPUT P_inout INT)
BEGIN
SELECT P_in, P_out, P_ inout;
SET P_in, P_inout
END
You execute a series of commands:

What is the output of the CALL and SELECT?

問題 3

You want to load data directly from a file into MYSQL by using the SOURCE command.
Which types of data can the file contains to perform this?

問題 4

Given the data from table t1:

This DELETE command is executed:
DELETE FROM t1 ORDER BY b.a DESC LIMIT 2;
Which set of rows will be deleted by the command?

問題 5

You have created your connector/Net object to connect to MySQL.
What are three valid database operations you can call?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。