1.

Which of the following is an illegal data type in SQL(a) number(b) clob(c) blob(d) lint

Answer» Correct choice is (d) lint

Explanation: clob and blob are called large object data types. They can be used to store values that can go to the size of gigabytes. Number is used to store the basic integer data type.


Discussion

No Comment Found

Related InterviewSolutions