By Inès LAMBART-DIAMY
Therefore the first thing to understand is “What’s a database?”.
A database is an organized collection of data, generally stored and accessed electronically from a computer system. With the databases we can store data in a structured and less redundant way.
A database can be local in others words usable on a machine by one user, or shared in others words les information are stocked on distant machines reachable by a network.
In many cases, to create and use databases we use SQL but we can also use Firebase.
If you want to know more about the database you can watch this vidéo.
"
In this document I am going to explain how we could use database in a store in order to facilitate the marketing of an enterprise with a lot of different customers that buy a lot of different products.
Indeed, with databases we can select the different information we want to put in regarding customers, orders, products, …
Here an example of the database of a store.
Here an example of code to add some datas regarding customers in our database
Database can be useful in different cases. Lets take 3 cases
|
|