Home »
MCQs »
HSQLDB MCQs
Suppose you want to change the default field separator then which of the following statement would you use?
26. Suppose you want to change the default field separator then which of the following statement would you use?
- SET TABLE SEPARATOR SOURCE
- SET TABLE SOURCE
- CHANGE TABLE SEPARATOR
Answer: B) SET TABLE SOURCE
Explanation:
SET TABLE SOURCE, the statement can change the field separator.