SQL Queries and Relational Databases Flashcards
1
Q
How do you start off any SQL query?
A
SELECT (column) FROM (table)
2
Q
What is used to represent all columns in a table
A
*
3
Q
A
How do you start off any SQL query?
SELECT (column) FROM (table)
What is used to represent all columns in a table
*