‘MYSQL’ Category
» posted on Friday, December 31st, 2010 at 8:41 am by admin
010-002認證考試推薦及MySQL認證介紹
一、 Examsoon認證考試題庫帶來MySQL認證介紹:
MySQL認證介紹
MySQL 技術認證依照其職類工作與實務規劃,分爲四種認證。
Certified MySQL 5.0 Database Administrator (CMDBA)
CMDBA 是 MySQL 數據庫的系統管理員認證,適合企業建置 MySQL 數據庫時的人力需求,並且其數據庫管理能力以及維運能力也經考核,適合企業的 MySQL 數據庫管理人才。
MySQL 5.0 DBA 認證需要通過二科考試:
Exam 005-002: Certified MySQL 5.0 Database Administrator – Part 1
Exam 006-002: Certified MySQL 5.0 Database Administrator – Part 2
Certified MySQL 5.0 Database Developer (CMDEV)
CMDEV 是 MySQL 數據庫的應用程序開發人員認證,持有此認證的考生代表具有應用 MySQL 數據庫與對象開發應用程序的能力,同時 SQL 指令是考試的重點,因爲應用程序開發人員必須要對數據訪問相當熟稔,才有利于使用 MySQL 開發應用程序,因此在考試中,MySQL 的 SQL 指令用法是考試的重點。
MySQL 5.0 Developer 認證需要通過二科考試:
Exam 003-002: Certified MySQL 5.0 Developer – Part 1
Exam 004-002: Certified MySQL 5.0 Developer – Part 2
Certified MySQL 5.1 Cluster Database Administrator (CMCDBA)
CMCDBA 是因應 MySQL 5.1 版本所開發的 Cluster Database 能力所設計的認證,持有此認證的考生代表能夠利用 MySQL 5.1 中的 Cluster 功能來規劃與建置高可用性的數據庫叢集架構。
MySQL 5.1 Culster DBA 認證需要通過壹科考試:
Exam 009-002: Certified MySQL 5.1 Cluster Database Administrator
[編輯]Certified MySQL Associate (CMA)
CMA 是 MySQL 的初級認證,適合對 MySQL 的入門用戶,此認證只考驗初等的 MySQL 技術與知識。
MySQL 5.0 Associate 認證需要壹科考試:
Exam 010-002: Certified MySQL 5.0 Associate
二、010-002考試基本資料
Certified MySQL Associate(English)
科目編號 : 010-002
科目名稱 : Certified MySQL Associate(English)
相關:MYSQL
三、010-002 考試推薦:
010-002 考試是 MYSQL 公司的 Certified MySQL Associate(English) 認證考試官方代號,Certified MySQL Associate(English) 認證作為全球IT領域專家 MYSQL 熱門認證之壹,是許多大中IT企業選擇人才標準的必備條件。
MYSQL認證是業界最廣泛認可的IT技術認證之壹,也是業界最權威、最受尊敬的認證之壹。獲得010-002認證不僅僅能證明您的IT技術能力,更是您進入職場的敲門磚,也是提高您身價的另壹捷徑。
更多IT認證考試分享:
post a comment | filed under MYSQL | tags: 010-002
» posted on Monday, August 3rd, 2009 at 11:05 am by admin
全新010-002题库学习指南
最新的010-002题库资料
科目代码: 010-002
问题数量: 50
更新时间: 2009-08-31
报名地点: Prometric/Pearson VUE
考试全称: Certified MySQL Associate(English)
010-002考试是MYSQL公司的Certified MySQL Associate(English)认证考试官方代号,Examsoon的010-002权威考试题库软件是MYSQL认证厂商的授权产品,Examsoon 绝对保证第一次参加010-002考试的考生即可顺利通过!
Examsoon 的优势
1.Examsoon 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
2.该测试已取得试题持有者和第三方的授权,我们深信IT业的专业人员和经理人有能力保证被授权产品的质量。
3.如果你使用 Examsoon 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
4.提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性.
010-002考试是MYSQL厂商最热门的科目,其考试的全称为:Certified MySQL Associate(English)。在此我们收集了不同题库供应商的真题集 包含 : examsoon 010-002培训资料 ,Testinside 010-002考题讲解, Pass4sure 010-002题库 , Testking 010-002考试指南, exam4sure 真题材料.只要仔细阅读以下的010-002题库demo的问题和答案, 相信你就会知道这个题库的质量了。
010-002题库由多位IT认证的专家亲自整理的考试全真试题材料,为了让大家花更少的时间来完成MYSQL 010-002考试. examsoon考题大师010-002试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加010-002考试,我们保证您一次轻松通过考试;
010-002题库问题与答案赏析
Exam : MySQL 010-002
Title : Certified MySQL Associate (English)
1. Is it possible to save the result of a SELECT statement into a file using an SQL statement?
Select the best response.
A. No, not with SQL alone.
B. Yes, by using the FILE() function.
C. Yes, by using the INTO OUTFILE clause.
D. Yes, by using the LOAD DATA INFILE clause.
Answer: C
2. Which of the following statements best describes the purpose of the SQL WHERE clause?
In SQL statements, the WHERE clause specifies …
Select the best response.
A. the tables from which data is to be retrieved.
B. a condition to filter for only specific rows.
C. a condition to filter for only specific groups defined by a GROUP BY clause.
D. a number to limit the number of rows that is operated upon by the statement.
Answer: B
3. 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
4. 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
5. In the context of database transactions, the atomicity property guarantees that…
Select the best response.
A. during a transaction, rows are processed one at a time.
B. all statements that are executed inside a transaction are immediately committed.
C. all statements that are executed inside a transaction are committed or rolled back as one unit.
D. other transactions cannot see the changes made in other ongoing uncommitted transactions.
Answer: C
6. The following output describes the table City:
+————-+———-+——+—–+———+—————-+
| Field | Type | Null | Key | Default | Extra |
+————-+———-+——+—–+———+—————-+
| CountryCode | char(3) | NO | PRI | | |
| CityName | char(35) | NO | PRI | | |
+————-+———-+——+—–+———+—————-+
The following output describes the table Country:
+—————-+————-+——+—–+———+——-+
| Field | Type | Null | Key | Default | Extra |
+—————-+————-+——+—–+———+——-+
| CountryCode | char(3) | NO | PRI | | |
| CountryName | char(52) | NO | | | |
| Continent | varchar(10) | YES | | NULL | |
+—————-+————-+——+—–+———+——-+
The tables are related through the CountryCode column.
You need to retrieve all cities and list each CityName with the CountryName of only the corresponding country. Is this possible using the following query?
SELECT CityName,CountryName
FROM Country
INNER JOIN City
Select the best response.
A. Yes.
B. No, you can’t do that in one statement.
C. No, the tables are listed in the wrong order.
D. No, the statement needs a condition to match related rows.
Answer: D
7. 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
8. 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
9. 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
10. The following output describes the table Country:
+————+———-+——+—–+———+——-+
| Field | Type | Null | Key | Default | Extra |
+————+———-+——+—–+———+——-+
| Code | char(3) | NO | PRI | | |
| Name | char(53) | NO | | | |
| Population | int(11) | YES | | NULL | |
+————+———-+——+—–+———+——-+
You want to discard the rows in the Country table for which the value in the Population column is less than 5000 (and retain any other rows). Which of the following statements can be used to do that?
Select the best response.
A. DROP Country WHERE Population < 5000
B. DROP FROM Country WHERE Population < 5000
C. DELETE FROM Country WHERE Population < 5000
D. DELETE SELECT * FROM Country WHERE Population < 5000
Answer: C
11. A MySQL table has …
Select the best response.
A. zero or more columns, and zero or more rows.
B. zero or more columns, and one or more rows.
C. one or more columns, and zero or more rows.
D. one or more columns, and one or more rows.
Answer: C
12. The Country table exists in the default database. In the same database, you need to create a new table called Country_Copy that is to contain the same columns as the Country table, as well as all of the data in the Country table.
Which of the following statements can be used to create the Country_Copy table?
Select the best response.
A. CREATE TABLE Country_Copy SELECT * FROM Country
B. INSERT INTO Country_Copy SELECT * FROM Country
C. CREATE TABLE Country_Copy LIKE Country
D. COPY TABLE Country TO Country_Copy
Answer: A
13. The table Country contains the following rows:
+————————–+————+
| Name | Population |
+————————–+————+
| Nauru | 12000 |
| Turks and Caicos Islands | 17000 |
| Tuvalu | 12000 |
| Wallis and Futuna | 15000 |
+————————–+————+
Which of the following statements will return all rows in the table, sorted by the value in the Population column?
Select the best response.
A. SELECT Name, Population ASC
FROM Country
B. SELECT Name, ORDER BY Population
FROM Country
C. SELECT Name, Population
FROM Country
GROUP BY Population ASC
D. SELECT Name, Population
FROM Country
ORDER BY Population
Answer: D
14. Which part of a SELECT statement specifies the tables from which data is to be retrieved?
Select the best response.
A. The SELECT list.
B. The FROM clause.
C. The WHERE clause.
D. The LIMIT clause.
Answer: B
免费下载010-002认证考题Demo
post a comment | filed under MYSQL