Computer Science, asked by vilas3405, 10 months ago

Which of the following is not the main building block of a database?
(a) Lists
(b) Queries
(c) Reports
(d) Forms

Answers

Answered by AadilPradhan
4

Answer:

A i.e Lists do not make the database.

Explanation:

Lists are much more complicated when it comes to accessing data from a database. Lists have several issues like a to access a single item from the List, whole list needs to be accessed every-time the user needs some data. Data insertion in a list is one another challenge it uses several algorithms like LIFO, FIFO and Sorting is difficult. Lists are difficult to be stored in a table as items have to be stored in a single column.

Answered by mishraprachi030
1

Answer:

A. Lists

Hope it helps..!!

Similar questions