Objectives: At the end of this module, you will be able to:
• Retrieve database data using the SELECT statement from your database.
• Use the SELECT statement clauses: FROM, DISTINCT, WHERE, ORDER BY, and LIMIT
• Create views
• Query data from application code
• Export and import a delimited file
Topics:
• The SELECT Statement
• Creating Views
• Querying Data from an Application
• Exporting and Importing a Delimited File
• Troubleshooting: Authorization Levels
• Manipulating Data and inserting records
• Replacing and updating existing records
• Deleting records
• Exporting and importing a script
• Multistatement Transactions
• Modifying Data from an Application
Hands On:
• Executing Basic Queries
• Importing a Delimited File
• Performing Basic Queries on Imported Data
• Performing Basic Queries from a PHP Application
• Exporting Table Data for MySQL Database
• Inserting, Modifying and Deleting Data
• Exporting a Script