| 1. |
You have the following SQL statement in the buffer: SELECT tuble_name FROM user_tables; Which of these commands will correct the spelling of the word “table”?
Please select the best answer.
|
| |
A.
|
C /tuble_name/ to /table_name/ |
| |
B.
|
C /tuble_name/table_name/ |
| |
C.
|
R /tuble_name/table_name/ |
| |
D.
|
CHG tuble_name,table_name |