subject: 010-002 Study Guide [print this page] Exam Number/Code: 010-002 Exam Number/Code: 010-002
Exam Name: Certified MySQL Associate(English)
Questions and Answers: 50 Q&A
Duration: 90 Minutes (50-70 questions)
010-002 passing score: 750-1000
Available Languages: English
Exam : MySQL 010-002
Title : Certified MySQL Associate (English)
1. Which statement can be used to list all columns in the City table?
Select the best response.
A. DISPLAY COLUMNS FROM City
B. SHOW COLUMNS FROM City
C. SHOW COLUMNS LIKE 'City'
D. SHOW City COLUMNS
Answer: B
2. The default database contains a table called City. Which of the following statements may be executed to obtain a statement that could be used to (re-)create the City table?
Select the best response.
A. DESCRIBE City
B. DESCRIBE TABLE City
C. SHOW TABLE City
D. SHOW CREATE TABLE City
Answer: D
3. A table is successfully created by executing the following statement:
CREATE TABLE numbers (
double_number double,
decimal_number decimal(2,1)
)
One row is successfully inserted into the numbers table. At this point, the table contains the following data:
+---------------+----------------+
| double_number | decimal_number |
+---------------+----------------+
| 1.5 | 2.5 |
+---------------+----------------+
The row is updated by executing the following statement:
UPDATE numbers
SET double_number = double_number + 0.25,
decimal_number = decimal_number + 0.01
Which values are now stored in the double_number and decimal_number columns of the updated row?
Select the best response.
A. 1.8 and 2.5
B. 1.75 and 2.5
C. 1.8 and 2.51
D. 1.75 and 2.51
Answer: B
4. Which of the following statements will discard the existing database called world?
Select the best response.
A. DELETE DATABASE world
B. DROP DATABASE world
C. REMOVE DATABASE world
D. TRUNCATE DATABASE world
Answer: B
5. Which of the following statements can be used to list all databases that are accessible to the current user?
Select the best response.
A. LIST DATABASES
B. SHOW DATABASES
C. DISPLAY DATABASES
D. VIEW DATABASES
Answer: B
We update our MYSQL 010-002 Study Guide as soon as the Exam Objectives change. Testinside Certified Experts and Professionals prepare this MYSQL 010-002 Study Guide for you combining all the knowledge and keeping in view the latest MYSQL 010-002 Exam Objectives. Your success is guaranteed in MYSQL 010-002 Exam using our Study Guide because you always get the latest and most accurate MYSQL 010-002 Study Guide for us. Try our MYSQL 010-002 Study Guide today.
Testinside 010-002 Exam Resources include Questions and Answers, Practice Testing Software, Stud Guides, Audio Learning and Preparation Labs. These MYSQL 010-002 Exam Preparation Materials will make you provide the accurate answers of real 010-002 exam questions. With our Exam Resources you can test your knowledge and readiness for exam, assess your performance in a given time, get scores and highlighted weaknesses with suggestions to improve the weak areas.
The exam study material provided by Testinside is very useful and gives you very useful and interactive material. In our exam notes you will the accurate and up-to-date information. Our up-to-date education material will guide you along the path of success. Testinside guarantees you success and assures you that you will pass the 010-002 practice exam at the very first attempt.
Hot Exam:
000-028 Fundamentals of Applying Tivoli Service Availability and Performance Management Solutions 2009