+ 2
What is database? Can I learn this?
About database?
4 Réponses
+ 18
its is organised collection of related data
//there can be many table(s) in a databse storing data
//this is what we do in SQL & DBMS like MySQL
+ 13
Introduction to Databases
https://www.sololearn.com/learn/SQL/1849/
+ 3
Yes,
Try SQL. It's simple and easy
+ 1
before learning SQL you need to know about database.
A database is a collection of information that is organized so that it can be easily accessed, managed and updated.
Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added. Databases process workloads to create and update themselves, querying the data they contain and running applications against it.