Logan River Database Setup

  • Due Sep 29, 2015 at 2:45pm
  • Points 5
  • Questions 1
  • Time Limit None

Instructions

Open MySQL Workbench.  Create a new SQL Query tab.  Type the following query into your tab and execute it. 

USE loganriverodm;
SELECT COUNT(*) FROM DataValues;

This query will return the total number of data values in the DataValues table in your database.  In the query results window, note the number of data values returned and submit that number.

Only registered, enrolled users can take graded quizzes