Computer Science, asked by Sarayu5039, 2 months ago

Choose Correct Option Data is represented in the form of a tree - Answer 1 Choose... Data is represented in the form of a table - Answer 2 Choose... Data is represented in the form of a graph - Answer 3 Choose...

Answers

Answered by meathrammu
0

Answer:

answer2

Explanation:

data is represented in the form of a table

Answered by poojan
10

In DBMS,

Data is represented in the form of a table is known as the Relational model.

Here, the data is arranged into the slots formed by the rows and columns, where each row is known as a tuple.

Data is represented in the form of a tree is known as the Hierarchical model.

In the hierarchical model, the data is arranged into a tree-like structure in the form of records, which are further connected to each other with the help of links. The traversing through the records always starts from the root node.

Data is represented in the form of a graph is known as the Graphical DB model.

The Graphical model came into the existence in order to address the limitations of the relational model. They follow NoSQL DB rules and is further divided into 2 types: property graphs and RDF graphs.

Learn more:

1. What are the maximum and the minimum number of rows returned by the R1 right outer join R2?

brainly.in/question/21195376

2. Noisy values are the values that are valid for the dataset but are incorrectly recorded. Is it?

brainly.in/question/6658996

Similar questions