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. Primary keys are optional and we can define them in CRETAE TABLE & ALTER TABLE statements. |
|