Create the DEALERSHIPS star schema dimension table via SQL. Add at least 2 rows of data via INSERT statement(s).
1) Create the DEALERSHIPS star schema dimension table via SQL. Add at least 2 rows of data via INSERT statement(s). After populating your DEALERSHIPS table execute a “SELECT * FROM dealerships;” SQL statement to display the entire contents. Show all your SQL code for this step and the Oracle results from executing … Read more