1z1-882 無料問題集「Oracle Certified Professional, MySQL 5.6 Developer」

Consider the structures of the country and countrylanguage tables.
mysql >DESCRIBE country;

mysql> DESCRIBE countrylanguage;

Which query will give you the list of all European countries where German is spoken?

You wish to create a trigger on the 'city' table that will check the value of the 'District' field before any INSERT. The
trigger needs to change it to" Unknown" for an empty string or NULL.
CREATE TRIGGER City_bi
BEFORE INSERT ON CITY
FOR EACH ROW
BEGIN
IF OLD. District IS NULL OR OLD.District= . .
THEN
SET NEW.District='Unknown';
END IF :
END;
Does the CREATE TRIGGER statement accomplish this goal?

The data from t1 table is:

Assuming You want to see this output:

Which query achieves the preceding result?

Identity two ways to configure a PHP application to use the UTF8 character set.

正解:A、D 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
In MYSQL 5.6 you have the table t1:
CREATE TABLE t1 (
id int unsigned NOT NULL PRIMARY key) ENGINE = InnoDB;
There are two connections to the server. They execute in this order:
Connection 1> SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
Connection 1> START TRANSACTION;
Connection 1> SELECT * FROM t1 WHERE id =1;
Connection 2> TRUNCATE TABLE t1;
What happens to the TRUNCATE TABLE command in connection 2?

Consider the query and its output:
Mysql> SELECT Language As Lang FROM countrylanguage
->WHERE countrycode ='GBR';

A user wants to have an output as shown:

What query would achieve this?

解説: (JPNTest メンバーにのみ表示されます)
Given the data:

Expected output:

Which query produces the expected output?

You have been tasked to create a database that will store a list of all managers and the employees who report directly
to them. The following is stipulated:
No manage is managing more than three people.
No employee can work for more than one manage.
Which of these designs represents a normalized schema that meets the project requirements?

You want to query the VARCHAR column ' code' values that match:
Start with "p"
End with "_"
Contain more than 3 characters
Assume that sql_mode is blank.
Which two queries select only those rows?

正解:A、E 解答を投票する
You create a new,empty database called 'test'. You want to change the database 's CHARACTER SET to "latin1" and the
database 'sCOLLATION to 'latin_german_ci'.
Which statement is true?

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡