How do you select all tables and rows in SQL, what query?
Anonymous
Syntax: SELECT * FROM table_name Explanation: using "*" after "SELECT" fetches all the fields available from the identified table.
Check out your Company Bowl for anonymous work chats.