Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, July 18, 2016

SQL: Table Transformation Lesson 14 Sample Solution


Instructions:
Count the number of rows in the flights table, representing the total number of flights contained in the table.

Sample Solution:
SELECT COUNT(*) FROM flights;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts