(SQL Coding)
Create a view called: VIEW_COUNTRY_REGION_INFO
Show the country id, country name, andregion name that each country belongs to. Be sure to use syntaxthat will allow you to rerun the code without dropping the view andmake the view read only.
Expert Answer
Answer to (SQL Coding) Create a view called: VIEW_COUNTRY_REGION_INFO Show the country id, country name, and region name that each…