RelationalDBDesign
SiteMap
Advanced SQL
Essential SQL
Interview Questions
Into Statement
«Prev
Next»
SQL Introduction
Course Prerequisites
Select Statement
What is SQL
Sample SQL Statement
Client/Server Request
SQL 92 (History)
SQL Dialect Variations
Database Setup
MS-SQL Server
SQL Module Review
Relational Databases
Relational vs Flatfile
Different Storage Formats
Relational DB Analogy
Database Normalization
Data Table Example
Normalization Example Table
Table Normalization - Exercise
Three Normalization Levels
Relational Flatfile DB
SQL Columns Rows
SQL Foundations
Database Elements
Database Spreadsheets
Database Parts - Quiz
Table Structure SQL
Create Table
Databases Column Types
Table Index
Create Index Column
Database Index Engine
Database Foundations - Quiz
SQL Insert
Incorrect Insert
SQL Select Statement
Selecting Information
Tables Rows Dsatabase
Querying XML
Table Querying
SQL Conclusion
INTO Statement
Order By Clause
SQL Into Statement
Filtering Select Statement
Joining Tables
Complex SQL Statements - Exercise
More complex SQL Statements
Objective:
Create a SQL statement to return the phone number by selecting the Firstname and Lastname from the table below.
Given the following table named Customer:
Lastname
Firstname
PhoneNumber
ZIP Code
Brown
Charlie
520-555-1212
85744
Brennan
Jeffrey
123-321-5678
04325
Elizabeth
Caitlin
444-231-5642
95439
Wilson
Chris
201-453-7641
85744
Andrews
Julie
309-123-4567
85744
Create a
SELECT
statement that will return the phone number for Chris Wilson. When you are done, submit your statement.
Submit
x