1 / 9

Welcome to MySQL

Welcome to MySQL.

heidi
Télécharger la présentation

Welcome to MySQL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Welcome to MySQL

  2. A MySQL database contains one or more tables, each of which contain records or rows. Within these rows are various columns or fields that contain the data itself. Table 8-1 shows the contents of an example database of five publications detailing the author, title, type, and year of publication. MySQL Basics

  3. MySQL Basics

  4. Database • The overall container for a collection of MySQL data. • Table • A subcontainer within a database that stores the actual data. • Row • A single record within a table, which may contain several fields. • Column • The name of a field within a row. Summary of Database Terms

  5. Windows users • Mac OS X users Accessing MySQL via the Command Line

  6. Command Line Prompts

  7. MySQL Commands

  8. Using MySql

  9. Interactive Process to follow Adding data to a table

More Related