Book Image

SQL Database for Beginners [Video]

By : Mark Lassoff
Book Image

SQL Database for Beginners [Video]

By: Mark Lassoff

Overview of this book

Have you started learning about SQL Databases, only to get stuck while trying to teach yourself? Or are you a developer whose never felt totally at ease with database work? Have you been looking for an easy and comprehensive way to go beyond the basics and start using SQL Databases in a professional and efficient way? Perhaps, you just want to get your SQL queries to work the first time! In this thorough and easy-to-follow course, LearnToProgram's database expert Martin Holzke shows you how to achieve success. From the very first lesson, you'll learn how to correctly structure your database, how to author efficient SQL statements and clauses, and how to manage your SQL database for scalable growth. This course gives you all the information you need to successfully start working with SQL databases and make use of the database in your applications. Martin will invite you to work along with him as he demonstrates the ins and outs of database management and database for application development. If you're developing web or mobile apps-- or even games-- there is much to be learned about this important facet of development. If you're brand new to SQL Database work, or a professional developer looking to learn the best practices, then SQL Database for Beginners is the perfect course for you!
Table of Contents (11 chapters)
Chapter 10
Transaction Control
Content Locked
Section 1
What are Transactions?
Transactions allow you to build brackets around multiple statements and is used in INSERTs, UPDATEs, and DELETEs. Martin will show you how to execute this properly in this video.