Difference between data structure and data base.

Answer Posted / usha

Data structure is a way to organize data with different
functionality but data base is simply a collection of
interrelated data and function to access those data.
in database u can store large amount of data but if want to
know that how that data has stored in your database that
you have to learn data structure.

Is This Answer Correct ?    58 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is your stream meaning?

597


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

615


What is LINKED LIST? How can you access the last element in a linked list?

629


What are local static variables?

614


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1366






What is pointer to pointer in c?

626


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1499


Can we assign integer value to char in c?

609


Who is the founder of c language?

673


What are the different types of endless loops?

615


string reverse using recursion

1805


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1066


Why c is called a mid level programming language?

599


How can I send mail from within a c program?

577


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115