Problem: Write a statement to return all the columns from accounts table.
Solution Code:
SELECT * FROM accounts;
Cart