1
Software / What is the best Open Source database?
« on: May 28, 2004, 05:31:02 pm »Quote
Thanks! =)
About a year ago I wanted to try this datababe out, but when I went to their site... it\'s wasn\'t free. Is MySQL free? ...or was I just looking at the wrong place?
yes it is free.
He have the GPL license, so you can use it as free software.
MySql society have the all the right on this software so it can also sell it with another license (it sell it with a commercial license).
Quote
The DB features that are most important to me are:
* Relational Tables (I think you said that all of the ones above count as that)
* Grouping ( \"GROUP BY\" clause in the query... I don\'t think MS Access supports this, but Oracle and SQL Server do)
* Views
* Snapshots or MaterializedViews (This one may not be supported in many places)
Does MySQL do these well? I was previously thinking of switching to MySQL...
I don\'t know what is materialized views.
I think there are all basic task that all relational db have.