InterviewSolution
Saved Bookmarks
| 1. |
In which statement you can define primary key? |
|
Answer» Primary keys are optional and we can define them in CRETAE TABLE & ALTER TABLE statements. |
|