A relational database stores data in
separate tables rather than putting all the data in one big storeroom. This
adds speed and flexibility. The tables are linked by defined relations making
it possible to combine data from several tables on request. The SQL part of
MySQL stands for "Structured Query Language" - the most common
standardized language used to access databases.
No comments:
Post a Comment