1.

Which of the following is used to store movie and image files?(a) Clob(b) Blob(c) Binary(d) ImageI have been asked this question in unit test.This intriguing question originated from SQL Data Types and Schemas in portion SQL : Queries, Constraints and Triggers of Database Management

Answer»

The correct answer is (b) BLOB

Easiest explanation - SQL THEREFORE provides LARGE-object data types for character data (clob) and binary data (blob). The LETTERS “lob” in these data types stand for “Large OBject”.



Discussion

No Comment Found

Related InterviewSolutions