156k views
4 votes
If Falcon Security chooses to store only the metadata about each video in a relational database and store the video footage itself on a file​ server, it could use​ ______ as the DBMS.

User Senthilbp
by
7.0k points

1 Answer

4 votes

Final answer:

If Falcon Security chooses to store only the metadata about each video in a relational database and store the video footage itself on a file server, it could use MySQL, Microsoft SQL Server, or Oracle Database as the DBMS. These DBMS are widely used in the industry and have robust features for managing relational databases.

Step-by-step explanation:

If Falcon Security chooses to store only the metadata about each video in a relational database and store the video footage itself on a file server, it could use MySQL, Microsoft SQL Server, or Oracle Database as the DBMS. These DBMS are widely used in the industry and have robust features for managing relational databases. They can efficiently handle the storage and retrieval of metadata while the video footage is stored separately on a file server.

Some examples of relational DBMSs that can handle such metadata include MySQL, PostgreSQL, Microsoft SQL Server, and Oracle Database. Since the question does not specify any particular features or requirements other than it being a relational database, any of these could be suitable. In practice, the choice would depend on several factors, such as the organization's budget, technical expertise, and specific functionalities needed.

User Manoj Salvi
by
8.9k points