Course Overview
Structured Query Language (SQL) is a powerful and universal database programming language. With the skills gained in this course you will be able to read and write basic SQL statements and describe data manipulation techniques.
SQL is the standard language used to communicate with relational database management systems (RDBMS). Graduates of this course will manage data through SQL constructs such as CREATE Database, CREATE Table, CONSTRAINT, and INSERT statements. You will also be able to use statements to update or retrieve information from a database, describe the stored procedures for specific databases, and apply views to databases. Graduates will also be able to describe SELECT, FROM, and WHERE query statements.
Prior to enrollment it is recommended that you have some previous programming experience.