BASIC SQL Video TUTORIAL

THE BIG FOUR SQL STATEMENTS

INSERT

One great thing about SQL is that the commands/statements are self describing. So in this case, the ‘insert’ command allows you to insert new data into a database.

SQL INSERT video tutorial.

SELECT

The ’select’ command allows you to select (pull out) specific pieces of information from a database.

SQL SELECT statement video tutorial.

UPDATE

The ‘update’ command allows you to update records/information already in the database.

SQL UPDATE statement video tutorial.

DELETE

The ‘delete’ command allows you delete information in the database. Like all the other commands you can tweak the command so as to target specific data in the database. Anyway, we will look at that a little later …

SQL DELETE statement video tutorial.

Tags:


Did You Enjoy This Post?

Subscribe to our blog through our RSS feed or email to receive updates on more posts like this.post on your favourite social networking or media site to let others know about this post. Help us generate more buzz by submitting/voting for this post with the following buttons.

Leave a Reply











request new questions/article: send email to freequestionbank at gmail dot com