InterviewSolution
Saved Bookmarks
| 1. |
Select a suitable pair, for field name and field type to the define fields of a database table Field Name — Field typea) Name — Date: [Date] b) Name — Decimal [DECIMAL] c) Name — Text [VARCHAR] d) Name — Number [NUMBERIC] |
|
Answer» (c) Name — Text [VARCHAR] |
|