Promotional presentation on new Book "MariaDB - Beginners Guide"

26
MariaDB – Beginners Guide Author: Rodrigo Ribeiro Gonçalves Available at www.amazon.com

description

Promotional presentation on new Book "MariaDB - Beginners Guide", showing the book contents, chapter topics and fragments of the book. The release date will be on August 20th.

Transcript of Promotional presentation on new Book "MariaDB - Beginners Guide"

Page 1: Promotional presentation on new Book "MariaDB - Beginners Guide"

MariaDB – Beginners GuideAuthor: Rodrigo Ribeiro Gonçalves

Available at www.amazon.com

Page 2: Promotional presentation on new Book "MariaDB - Beginners Guide"

About the author

• Bachelor degree in computer Science• MBA in Project Management• MCTS and MCITP in SQL SERVER 2008• Author of “MySQL 5.6 – Beginners Book” available at

Amazon.

Page 3: Promotional presentation on new Book "MariaDB - Beginners Guide"

BOOK COVER

Page 4: Promotional presentation on new Book "MariaDB - Beginners Guide"

Who is this book for?

• Beginning IT professionals

• Developers

• Any IT professional that wants to learn about MariaDB and SQL Script Language

Page 5: Promotional presentation on new Book "MariaDB - Beginners Guide"

What do I need to know to enjoy this book?• Basic Windows knowledge

• Interest in Database

• Any knowledge about programming is welcome, but not essencial

Page 6: Promotional presentation on new Book "MariaDB - Beginners Guide"

Hardware and Software requirements?• Any computer running Windows XP or superior

Page 7: Promotional presentation on new Book "MariaDB - Beginners Guide"

What is this book about?

•This book is suited for beginning developers and IT professionals who need to learn how to download, install and use MariaDB and the SQL script language.

Page 8: Promotional presentation on new Book "MariaDB - Beginners Guide"

What is this book about?

•The SQL language basics is described in detail to create databases, tables, views, procedures and functions, but not only that.

Page 9: Promotional presentation on new Book "MariaDB - Beginners Guide"

What is this book about?

•This book presents the basics of database design showing how to build foreign keys to relate tables and build strong database structures..

Page 10: Promotional presentation on new Book "MariaDB - Beginners Guide"

What is this book about?

•All of this is presented using MariaDB latest version and HeidiSQL, the default visual interface that is shipped with the MariaDB installation.

Page 11: Promotional presentation on new Book "MariaDB - Beginners Guide"

Book Chapters•The book is divided in 8 Chapters

•210 pages

Page 12: Promotional presentation on new Book "MariaDB - Beginners Guide"

ABOUT THE BOOK•Within the book, to better explain SQL and MariaDB, a simple database projects is built from beginning to end

Page 13: Promotional presentation on new Book "MariaDB - Beginners Guide"

ABOUT THE BOOK•Every chapter is divided in topics and every topic shows a simple description followed by a pratical example.

Page 14: Promotional presentation on new Book "MariaDB - Beginners Guide"

Example

1 The ALTER TABLE Command• ALTER TABLE can be used for various purposes, such as: create

new columns and change existing columns, add or remove foreign key and primary key constraints.• To use ALTER TABLE to add a column named BirthDate using the

DATE data type, you must enter the name of the table to be altered after the ALTER TABLE statement and the column name (in this case BirthDate), followed by the data type after ADD COLUMN command:• ALTER TABLE TbCustomers ADD COLUMN BirthDate DATE 

Page 15: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapters

•What is addressed in every chapter??

Page 16: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 1

• Database definition• Brief history of Database Systems and SQL• Download and Install MariaDB • More....

Page 17: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 2

• Getting closer to HeidiSQL, visual tool to interacts with MariaDB and MySQL• Much more....

Page 18: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 3

• First scripts• Editing script files• Variables• Strings in MariaDB• Much more....

Page 19: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 4

• Creating the first objects• Creating a database• MariaDB configuration and data files• Much more....

Page 20: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 5

• Transactions• Storage Engines• Data Types• Inserting, updating and deleting data• Using WHERE and comparison operators• Working with dates• Much more....

Page 21: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 6

• Foreign Keys and referential integrity• JOINS• CASE• Aggregations• Aggregate functions• Much more....

Page 22: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 7

• Procedures • VIEWS • Triggers• Functions• Flow control• Events • .... Much more....

Page 23: Promotional presentation on new Book "MariaDB - Beginners Guide"

Chapter 8

• Using information_schema• Index and tuning• Backup and restore database

Page 24: Promotional presentation on new Book "MariaDB - Beginners Guide"

Available at

•www.amazon.com

Page 25: Promotional presentation on new Book "MariaDB - Beginners Guide"

Read my other book at amazon

Page 26: Promotional presentation on new Book "MariaDB - Beginners Guide"

Visit my blog

•www.tsqlmaster.blogspot.com