i coding php every day to MySQL bot i think i maby will try a order database bot whot database can i use ? i hav look on MS SQL Lite, PG SQL and SQL Lite bot are there order database and whot database ist really nice to use ? i hob i can be helpet here.
im sorry im not soe good to english soe i try to type it
I'm really getting in to Postgres recently. MySQL is certainly one of the ones you should know plenty about if you're looking for work with PHP since most jobs require it.
Try doing something like writing a database wrapper class for MySQL and then rewrite that exact same class for Postgres, with all the same methods .... there's a challenge
Oracle (7 - 10) is used by many large companies such as insurance companies but it's not free unfortunately. You cn get a free version for testing but you need to pay to use it in production. It's also a bit tricky to install on linux systems from what I've read when I was going to try it