I have a theoretical question, if both a table and a .csv
file store the data in tabular formats, what is the difference between them?
Can I for example access a database table from outside the server as if it were a file?
In what format are the tables of a RBDMS stored? Do they have an extension like .csv
or .txt
?
I am somewhat new to the subject, so I would greatly appreciate the recommendation of any or bibliography that explains the differences or clarifies concepts, thank you!