what is the difference between blob and text? : Sql dba



what is the difference between blob and text? : Sql dba..

Answer / Pundreekaksha Sharma

In SQL, BLOB (Binary Large Object) is used for storing binary data like images or video files, while TEXT is used for storing character data with variable length. The main difference lies in the types of data they are designed to handle.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what are myisam tables? : Sql dba

1 Answers  


Explain ttitle and btitle.

1 Answers  


Can a view be updated/inserted/deleted?If Yes under what conditions?

3 Answers  


Can we perform dml in function?

1 Answers  


What is secondary key?

1 Answers  


While inserting/updating million of records into a database table, how do I came to know how many records has been inserted or updated successfully so far?

2 Answers   HSBC,


Whate is use of MOD function in pl/sql.

3 Answers   Oracle,


write a query to delete similar records in same table

13 Answers   TCS,


What are different categories of sql commands?

1 Answers  


Explain raise_application_error.

1 Answers  


how to write date and time literals? : Sql dba

1 Answers  


What is materialized view in sql?

1 Answers  


Categories