Presentation is loading. Please wait.

Presentation is loading. Please wait.

SQL Tutorial Basic SQL Commands

Similar presentations


Presentation on theme: "SQL Tutorial Basic SQL Commands"— Presentation transcript:

1 SQL Tutorial Basic SQL Commands
© keydata.com All Rights Reserved

2 Agenda Database Basics SQL Commands SELECT … FROM WHERE ORDER BY
GROUP BY HAVING © keydata.com All Rights Reserved

3 Database Basics In a relational database, data is stored in tables.
© keydata.com All Rights Reserved

4 Database Basics Each table consists of columns and rows. Each column is a field in a record, and there is a column name associated with each column. Columns Tables Database © keydata.com All Rights Reserved

5 Database Basics Each row represents one record. When we say how many records we have, we are referring to the number of rows. Columns Tables Rows Database © keydata.com All Rights Reserved

6 SELECT … FROM SELECT “COLUMN_NAME” FROM “TABLE_NAME”
SQL is structured similar to the English language. The basic command for retrieving data from a database table is to SELECT data FROM a table. Not surprisingly, the keywords "SELECT" and "FROM" make up the core of a SQL statement. The syntax for “SELECT… FROM” is: SELECT “COLUMN_NAME” FROM “TABLE_NAME” © keydata.com All Rights Reserved

7 Interesting, right? This is just a sneak preview of the full presentation. We hope you like it! To see the rest of it, just click here to view it in full on PowerShow.com. Then, if you’d like, you can also log in to PowerShow.com to download the entire presentation for free.


Download ppt "SQL Tutorial Basic SQL Commands"

Similar presentations


Ads by Google