Explain large object data types in detail.
Answers
Answered by
5
Explanation:
✔✔ Large-object data types can store extremely large column values, such as images and documents, independently of the column. The large object data types can be classified in two categories: Simple large objects: TEXT and BYTE. Smart large objects: CLOB and BLOB. ✔✔
Answered by
1
Answer:
Data Types in PHP
PHP supports total eight primitive data types: Integer, Floating point number or Float, String, Booleans, Array, Object, resource and NULL. These data types are used to construct variables.
Explanation:
HOPE THIS HELPS YOU
Similar questions