1 / 9
Download Presentation
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
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
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
Windows users • Mac OS X users Accessing MySQL via the Command Line
Interactive Process to follow Adding data to a table
More Related