InterviewSolution
Saved Bookmarks
| 1. |
_______ can change the maximum number of cells of a column family.(a) set(b) reset(c) alter(d) select |
|
Answer» The correct choice is (c) alter Explanation: Alter is the command used to make changes to an existing table. |
|