Showing Articles tagged: SQL

PSEC: Creating MySQL Tables in WordPress

POSTED Mon Sep.19.2011 by Dave Seah UNDER Project TAGGED ,

SUMMARY: A first stab at establishing a workable database schema for storing tasks. Learned how to use WordPress’ dbDelta() function to create and modify tables in the database. Figured out the basic SQL statements to create tables with the appropriate data types and indexes.

Leave a comment

SQL Crash Course

POSTED Mon Sep.19.2011 by Dave Seah UNDER Project TAGGED ,

SUMMARY: Reviewing basic SQL by datatypes and built-in functions. Groking joins, indexes, normalization, and syntax. Wrapped head around how a database is implemented and how it’s used.

Leave a comment