1Z0-874 試験問題を無料オンラインアクセス
試験コード: | 1Z0-874 |
試験名称: | MySQL 5.0 Database Administrator Certified Professional Exam, Part II |
認定資格: | MYSQL |
無料問題数: | 140 |
更新日: | 2025-08-21 |
Which of the following statements are true regarding the structure of grant tables in new distributions?
Consider the following: mysql> EXPLAIN SELECT Name FROM Country WHERE Code = 'CAN' *************************** 1. row *************************** id: 1 select_type: SIMPLE table: Country type: const possible_keys: PRIMARY key: PRIMARY key_len: 3 ref: const rows: 1 Extra: Which of the following best describes the meaning of the value of the type column?