What is the main difference between Excel and Relational Databases ?
Hi
Just a quick post today.
So what is the main difference between Microsoft Excel and Relational Databases such as MS Access, SQL Server, Oracle, DB2, Postgresql, Mysql, Firebird etc ?
The main difference is that Excel focuses on individual data items, cells, a databases focus on collections of data items, rows.
Think about how you edit data within Excel, you select the cell you are interested in and modify the value. In a database data is edited (updated in database parlance) by using an Update Statement. Update statements operate on all rows that match the specified criteria.
Of course you … Continue Reading