adspace


If a column is an image value type, how you can compare column values? How can you use this column in join clause?

Answer Posted / Renu Grover

In most RDBMS (Relational Database Management Systems), image data is typically stored in BLOB or VARBINARY fields and cannot be compared directly like strings or numbers. However, you can compare images using specific functions provided by the database system such as hash functions for comparison of file checksums, or similarity measures for image content analysis.nnAs for using an image column in a join clause, it's not recommended because BLOB/VARBINARY fields are usually large and the comparison can be slow. It's more efficient to compare primary keys or other string-based identifiers.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in

2106