retrieving data using sql the sql select statement

20
Retrieving Data Using SQL the SQL SELECT statement Topic 1

Upload: daryl-wilcox

Post on 01-Jan-2016

55 views

Category:

Documents


2 download

DESCRIPTION

Retrieving Data Using SQL the SQL SELECT statement. Topic 1. Outline. Execute basic SELECT statement Arithmetic Expressions and Null values Column Aliases Use of concatenation operator, literal character string, and DISTINCT keyword DESCRIBE command. - PowerPoint PPT Presentation

TRANSCRIPT

Retrieving Data Using SQL the SQL SELECT statement

Topic 1

Outline

• Execute basic SELECT statement• Arithmetic Expressions and Null values• Column Aliases• Use of concatenation operator, literal

character string, and DISTINCT keyword• DESCRIBE command