MySql Training
Introduction to MySql Training
MySql Training Overview
The MySQL training course targets new or existing users of MySQL with some experience with relational database management systems. The MySQL course covers several essential elements of MySQL and general database theories.
MySql Training Class Goals
- Understand the basics of Relational Databases.
- Learn the features and benefits of MySQL.
- Use various Data types and database design.
- Discover a database design structure/content.
- Retrieve database information using the SELECT statements.
- Troubleshoot typical warnings and errors.
- Delete or modify database and its objects.
- Be able to delete or modify table row data.
- Use of Simple Functions (String, Date, Numerical).
- Understand the primary methods for exporting and importing data.
- Understand various MySQL storage engines and their features.
- Extensive coverage of MySQL Functions and expressions.
- Use expressions in SQL statements for more functional and flexible retrieval.
- Learn bulk data import and export operations.
- Understand MySQL storage engines, transactions and features of the common engines.
- Create views to reuse SELECT statements
MySQL Courseware
- MySQL Programs and Executables
- MySQL Programs and Executables
- Common Options to Commands
- Specifying Options
- Options on the Command Line
- my_print_defaults: Display options from files
- perror: Explain Error Codes
- User Interfaces MySQL
- Overview of User Interfaces
- Establishing a Connection
- MySQL Query Browser
- Keyboard Shortcuts
- Main Query Window
- Query Toolbar
- Result Area
- Advanced Toolbar
- SQL Commands with Mouse Clicks
- History and Bookmarks for SQL Commands
- Using Scripts: Executing Several Commands
- MySQL Help – Information Browser
- Object Browser
- The Script Editor
- Changing Data in SELECT Results
- Stored Procedures
- MySQL Administrator
- MySQL Migration Toolkit
- A Brief Overview of the Migration Process
- phpMyAdmin
- MySQL Monitor
- Using MySQL Monitor (SQL Command Interpreter)
- Some Useful Options
- Formatting and Output Options
- Commands for Interactive Mode
- Executing a Script from the Monitor
- Using the mysql Command to run a Script
- See Database Status
- Designing Databases
- Relational Database Concepts
- Brief History of SQL
- Relational Database Management System
- Popular Databases
- Tables
- Rows
- Columns
- Relationships
- Datatypes
- Primary Keys
- Foreign Keys
- Valid Object References
- SQL Statements
- Database Design Principles
- Film Rentals – sakila
- Basic Modeling Process: Creating a Data Model
- Logical versus Physical Model
- The Entity-Relationship Model
- Entities And Entity Sets
- Attributes
- Relationships
- Relationship Types
- Graphical Representation of a Model
- Physical Model: Mapping The ER Model To A Relational Database
- Database Normalization
- First Normal Form
- Warning: Abnormal Normal Form!
- Second Normal Form
- Third Normal From
- Relational Database Concepts
- Creating Databases and Components
- Creating Databases
- Deleting Databases
- Creating Tables
- Dropping Tables
- Defining Table Types
- Altering Existing Table Structures
- Add a column
- Renaming Tables
- Temporary Tables
- Creating Column Definitions
- Data Types in MySQL
- Numeric Data Types
- String Data Types
- Character Set Fundamentals
- Set Types
- Date/Time Data Types
- Options and Attributes
- Constraints
- NOT NULL Constraint: Defining a Column’s Nullability
- UNIQUE Constraint
- PRIMARY KEY Constraint: Defining a Master Key
- Defining Auto-Increment Columns
- Referential Integrity Constraints: Defining Foreign Keys
- Constraint Checking on a Transaction
- Deferred Checking
- Defining Default Values
- Managing Indexes
- Defining Indexes when Creating Tables
- CREATE INDEX Statement
- Full-Text Indexes
- Deleting Indexes
- Creating Databases
- Identifiers in MySQL
- Identifiers in MySQL
- Identifier Names
- Schema Object Names
- Using Double Quotes
- Using Quote Within Names
- Using Digits
- Some Restrictions
- Identifier Qualifiers
- Mapping of Identifiers to Filenames
- Identifier Case Sensitivity
- lower_case_table_names Setting
- Avoiding Data Transfer Problems
- Identifiers in MySQL
- Show Database Information
- SHOW and DESCRIBE Statements
- Using Table-Related SHOW Statements
- Using DESCRIBE Statement
- INFORMATION_SCHEMA Tables
- Showing Databases
- SHOW and DESCRIBE Statements
- MySQL Table Types
- MySQL Table Types (Storage Engines)
- Setting/Changing Engine
- MyISAM Tables
- Full-Text Search on MyISAM Tables
- Creating a Full-Text Index
- Using Full-Text Search
- InnoDB Tables
- InnoDB – Limitations and Drawbacks
- InnoDB Disk Management
- Preventing Problems
- Moving Files
- FOREIGN KEY Constraints in InnoDB
- Checking Foreign Keys
- Choosing – MyISAM or InnoDB?
- HEAP or MEMORY Tables
- Temporary Tables
- MERGE Tables
- Other Table Types
- ARCHIVE or Compressed Tables (since MySQL 4.1)
- CSV Type Tables(since MySQL 4.1)
- NDB or Cluster Tables (since MySQL 4.1)
- FEDERATED or External Tables (since MySQL 5.0)
- BDB Tables
- Table Files Storage
Comments are Closed