RE: from where shall I start ?

2001-03-12 Thread Cal Evans
Do't be offended by the title: http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0764504150vm= GREAT Primer on SQL. Very M$ SQL oriented but you will get enough grounding in SQL to make the leap to MySQL. Cal http://www.calevans.com -Original Message- From: hanan khader

RE: from where shall I start ?

2001-03-12 Thread Them, Carlos
Hi, first, from c:\mysql\bin run mysql then you can create a database named as you like with command "create database;" after you can view it, "show database;". When you had created your database, you can create your first table. Regards, Carlos -Original Message- From: hanan khader

Re: from where shall I start ?

2001-03-12 Thread Boulat Khakimov
From: hanan khader [mailto:[EMAIL PROTECTED]] Sent: lunes, 12 de marzo de 2001 11:02 To: [EMAIL PROTECTED] Subject: from where shall I start ? Hello , to build a database using SQL Server, from where shall I start ? I mean, what shall I install on my Server, and how can I work with