RDBMS And DBMS | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

RDBMS And DBMS

Instead of save data in form table in database. If there is any another form to save database

22nd Feb 2018, 2:32 PM
Durga prasad P
Durga prasad P - avatar
1 ответ
0
There are relational databases as i think you are mentioning, like Oracle, that structure their data on tables, and there are flat file databases like the ones you can create using Excel, and there are None-relational databases using MongoDB, which structure data in a Json like format, just to mention the most common database paradigms. Good luck Durga.
22nd Feb 2018, 9:34 PM
Roberto Guisarre
Roberto Guisarre - avatar