InterviewSolution
Saved Bookmarks
| 1. |
Which of the following data types does the SQL standard not support?(a) char(n)(b) String(n)(c) varchar(n)(d) float(n) |
|
Answer» Right option is (b) String(n) To explain I would say: The SQL standard does not support String(n) but it supports char, varchar and float. |
|