This is a 1 day overview of the features that SQL Server and MySQL provides, and how to design, create, query and manipulate data as well as tools and some basic administration.
Anyone who wants a very quick introduction to SQL Server and/or MySQL
Since this is a 1 day course the main focus is to impart useful information with examples and demonstrations. There are some exercises included if time allows.
None, although this is a fast pace course, so having used Access or another database will be of benefit
1st Day: Start 9:00am - Finish 5:00pm
Specific tools made by the manufacturers of SQL Server and MySQL and some generic tools
The SELECT statement and querying tables, joining tables together to query data from a relationship, sub-queries and aggregate data
What are views and where to use them, temporary tables the types and what they are used for, what are transactions and when to use them, programmatic SQL through stored procedures
Create and manage tables, working with indexes and knowing when to apply them, adding constraints to prevent accidental data entry, and triggering events when a change occurs
Create and manage databases, manage security and roles for users, backing up and restoring database design and data