Question:Consider the following query: Create table foo (bar varchar); What will be the size limit of the bar?
A 256 B 1024 C 1 D No limit (It will be equivalent to the text) E None of these above
+ AnswerD
+ Report