+ All Categories
Home > Documents > Retrieving Data Using SQL the SQL SELECT statement

Retrieving Data Using SQL the SQL SELECT statement

Date post: 01-Jan-2016
Category:
Upload: daryl-wilcox
View: 45 times
Download: 2 times
Share this document with a friend
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
20
Retrieving Data Using SQL the SQL SELECT statement Topic 1
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


Recommended