Introduction
The VALUES clause lets you quickly create small sets of data right inside your query without needing a table.
When you want to test a query with some example data.
When you need to combine a few rows of data without creating a table.
When you want to insert multiple rows into a table in one command.
When you want to join or compare inline data with existing tables.
When you want to quickly create a list of values for filtering or calculations.