Postgres Recap: - How do we create a database in SQL? - How do we insert values into tables in SQL? Assume there is a database with a table named *students* where the id's are in a serial order: - Write a Query that returns all the data in the described table - Write a query that returns a name where an id is 5