critical thinking its410
Choose one of the following two assignments to complete this week. Do not do both assignments. Identify your assignment choice in the title of your submission.
OPTION #1: WORKING WITH MYSQL TABLE JOINS
Using the world_x database you installed in Module 1, list the countries and the capitals of each country. Modify your query to limit the list to those countries where less than 30% of the population speaks English. Be sure to identify the literary sources you used to look up any SQL syntax you used to formulate your query.
Submit your query and query results Word file.
OPTION #2: WORKING WITH MYSQL TABLE JOINS
Using the classicmodels database you installed in Module 1, list the customers who have not placed any orders. Sort your results by customer number.
- Modify your query to list customers who have placed fewer than five orders.
- Submit your query and query results in a Word file.