Difference between data structure and data base.
Answer Posted / mahrukh
Explaining in a simple language : Database is the collection of various in a formatted manner , like a table , which helps in storing large amount of information having common attributes or simply common headings . . . For eg : The attendance register of a class can be considered as a database which the information about all the students are stored in table format under the attributes like name , roll number , absent or present . . .
Data Structure is the way of arranging information in a database so that it becomes easy to access information whenever needed . Example : Consider an attendance register of a class which is not proper . i.e , the pages are not arranged according to a proper sequence . If you arrange it in a sequence ( either date-wise or in any other sequence ) , you form a data structure which has a particular sequence of accessing the details of the register . . .
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What does s c mean on snapchat?
i got 75% in all semester am i eligible for your company
What are the two types of structure?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Can we declare function inside main?
Which is better oop or procedural?
What is cohesion in c?
What is printf () in c?
Can a variable be both static and volatile in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Why do some versions of toupper act strangely if given an upper-case letter?
What is external variable in c?
Disadvantages of C language.
What is #pragma statements?