1.

Which of the following is an illegal data type in SQL(a) number(b) clob(c) blob(d) lintI had been asked this question in an interview for job.This interesting question is from SQL Data Types and Schemas topic in section Intermediate and Advanced Sql of RDBMS

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