0
How does knowledge of data structure can be useful to learn DBMS ?
Dbms
11 Réponses
+ 3
I learned about it long time ago, but back then data structure & ERD were taught in different scopes. Maybe you can teach me normalization to refresh my memory?
+ 3
There are different levels of normalization. A lot of resources are available in the Internet. I am busy building lessons on constructs. When I finish that, I will get into datastructs. Will include normalization (very interesting).
+ 3
Deepak Bhalode you are welcome
+ 2
Thank you
+ 1
I presume you are using Relational DB. Familiarity of datastructs can help you normalize the tables
+ 1
Da2
Can you give us an example how to use data structure to normalize tables?
+ 1
Are you familiar with normalization
+ 1
It's a process and analysis to reduce redundancy in table data IIRC, so how data structure helps with normalization again?
+ 1
Tables are composed of different data types, understanding datastructs gives you a better picture of how tables are stored internally. Have you ever done normalization?
+ 1
You do not just analyse... you define how the data is stored into tables. Being familiar with datastructs helps you in defining what data goes to what table. It also helps you anticipate and define queries
+ 1
Currently m working on data structure through C. After that I want to learn DBMS by my own. That's why I need suggestion to strt learning in proper way to make required fundamental strong