Web Design and Programming Pt 19

In this web design and programming video tutorial I will review a lot of what you have been taught previously. I’ll review many topics by showing you how to make drop down boxes that are populated from data stored in a database. If you don’t completely understand everything don’t worry...

Web Design and Programming Pt 18

In this video tutorial I cover how to do numerous things with MySQL. I show you how to: Join Data in Tables Create Indexes Delete Indexes Change Column Data Types Change Table Names Create Full Text Indexes Change Data in Columns Perform Full Text Searches And a bunch more… All of the MySQL...

Web Design and Programming Pt 17

In this video tutorial I show you how to do many things with MySQL. I cover the following MySQL Statements in depth: SELECT WHERE ORDER BY BETWEEN IN LIKE REGEXP AS I also explain how to perform conditional searches and use Regular Expressions. If you have any questions or comments leave them...

Web Design and Programming Pt 16

In this video tutorial I show you the many ways to insert information into MySQL. I specifically show you how to enter the information: Directly through the MySQL shell Through PHP code From a CSV file I then go into some other basic queries you need to understand to use MySQL. All of the code used follows...

Complete SQL Statements Video Tutorial

Today I present the whole SQL Statements Tutorial Video Series. I did my best to make sure, after you watch this series of videos, you will be an expert at programming with SQL. Please leave any comments and questions below. MySQL SQL Statements Tutorial 1 Here I explain what SQL is & show many...

MySQL & Statements in SQL Part 3

Thinking About your Tables Here is the final installment for my SQL Tutorial, and today we are going to talk about: Atomic Data Normalized Tables Keys Working with Multiple Tables JOIN Statements UNION Statements With a few tips thrown in… Atomic Data & Table Templating As your database increases...

MySQL & Statements in SQL Part 2

Welcome back to my SQL tutorial. In this article I will cover the following topics: The LIKE Statement : How to Search your Data The REGEXP Statement : Super Search Tool The IN Statement : Clean up your Code The NOT Statement : Learn to Act Negatively The DELETE Statement : How to Delete Rows of Data The...

MySQL & Statements in SQL

There are many misconceptions when it comes to databases: Some people think they are hard to develop (Not True) Many people think they are expensive (There are Free Versions Available) Most people don’t know how to start using them (Your in the right place) In the next series of articles I will show you...

Switch to our mobile site