Learn SQL #3 : SQL Commands

Now that we know how SQL works in a database system, it is now time to learn what sql commands (code) we need to write for specific operations.

As we said in our previous post, SQL gives you complete power over your data. But what does this mean exactly? We have many types of commands which allow you to do different operations with your data.

Read more