SELECT Statements with SQLite



SELECT Statements with SQLite

SELECT Statements with SQLite

In this video, we cover how to use the SELECT statement, the most common SQL operation. It retrieves and transforms data from a table without affecting the table itself. We also learned how to select columns and write expressions.

Within expressions, we can use operators and functions to do tasks such as rounding, math, and concatenation.

Comments are closed.