If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Suggestions for a MySQL beginner

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-28-11, 11:20
Crawfish Crawfish is offline
Registered User
 
Join Date: Jul 2011
Posts: 3
Suggestions for a MySQL beginner

I'm new to MySQL, but am learning it quickly (I think). I have been watching a video series on PHP and MySQL, and feel like this database system will help me to progress my scope of work.

Anyone got advice or some "things you should know about MySQL" for a beginner?

Much obliged.
Reply With Quote
  #2 (permalink)  
Old 07-29-11, 17:54
matt1s matt1s is offline
Registered User
 
Join Date: Jul 2011
Posts: 11
I recommend you to download the documentation and study section 12.1 Data Definition Statements, section 12.2 Data Manipulation Statements and additionally section 10.1/10.7 Data Types. While you are exercising, look up the syntax reference.

After a while, do the same with PostgreSQL. Why? In contrast to the MySQL documentation, you will find a real handbook. Why else? Because you avoid a habit of typing out code and advance your skills in dealing with declarative programming.

Concerning the declarative paradigm in general: Consider literature that boosts your beginner's experience. I recall Joe Celko's Thinking in sets to be well-written introduction.
Reply With Quote
  #3 (permalink)  
Old 07-29-11, 18:36
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
matt, telling someone who is learning mysql to go and read the postgresql manual is counter-productive and not appreciated on this web site
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #4 (permalink)  
Old 07-29-11, 18:52
matt1s matt1s is offline
Registered User
 
Join Date: Jul 2011
Posts: 11
@r937

As you can read, I obviously suggested it for comparative purposes and explained the meta-DBMS agenda of avoiding typewriting. Moreover, it is a vendor-neutral solution. By the way, I'd argue quite the same in the case of other solutions.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On