SQL for Data Analysis (Learn what matters)
SQL Queries show tables; It shows all the tables available in dataset desc products; Describe a particular table, here ‘products’ is a table select * from yearly_sales; ‘*’ refers everything, this means showing everything in ‘yearly_sa...
Oct 25, 20246 min read10
