From: happytoday on
Hello ,
O may ask this before. I need an SQL for learning purposes to execute
examples at books.
What are the most easy simple SQL engin to do that tsk .
Thanks
From: Harry Strybos on
"happytoday" <ehabaziz2001(a)gmail.com> wrote in message
news:5277e059-f71c-43fd-876f-44e027b73559(a)j22g2000hsf.googlegroups.com...
> Hello ,
> O may ask this before. I need an SQL for learning purposes to execute
> examples at books.
> What are the most easy simple SQL engin to do that tsk .
> Thanks
Have a look at Sql Express from Microsoft. It is free


From: Philipp Post on
> What are the most easy simple SQL engin to do that tsk . <

IBM also has an Express version, which looks to be interesting
(especially it has no 4 GB database size limit which MS SQL has).
However I cannot say if it is more difficult to install than SQL
Server Express as I did not try yet.

http://www-306.ibm.com/software/data/db2/express/download.html

brgds

Philipp Post

From: vic on
On Jun 12, 5:49 am, Philipp Post <Post.Phil...(a)googlemail.com> wrote:
> > What are the most easy simple SQL engin to do that tsk . <
>
> IBM also has an Express version, which looks to be interesting
> (especially it has no 4 GB database size limit which MS SQL has).
> However I cannot say if it is more difficult to install than SQL
> Server Express as I did not try yet.
>
> http://www-306.ibm.com/software/data/db2/express/download.html
>
> brgds
>
> Philipp Post

And Sqlite is so simple it's minimalistic:

http://www.sqlite.org/

- victor dileo

From: --CELKO-- on
Get the DB2 version; it is very close to ANSI/ISO Standards so you
will avoid learning dialect as your first SQL.