abc inc. wants to store and organize raw pdf data and raw image data in a database. the raw data is just a stream of bytes that can be retrieved and loaded into a pdf reader or an image reader. what kind of database technology should abc inc. primarily consider for storing this data?

Respuesta :

The best option for ABC Inc. would be to consider a NoSQL database such as MongoDB.

Wat is SQL?

SQL (Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS). It is a powerful language used to query, insert, update, delete and manage data in a database. SQL is used to interact with databases and enables users to manipulate data in a structured way. It includes a set of commands for creating and manipulating tables, columns and records in a database. SQL is also used to control access to the database and define user roles.

NoSQL databases are designed to store unstructured data such as PDFs and images and are well suited for storing large amounts of binary data. They also offer scalability, flexibility, and high performance that can be beneficial for managing large datasets.

To learn more about NoSQL
https://brainly.com/question/29891022
#SPJ4

ACCESS MORE