Intro to Data Management Analytics > SQL Queries and Relational Databases > Flashcards
How do you start off any SQL query?
SELECT (column) FROM (table)
What is used to represent all columns in a table
*