From 3143422702be85caf5800c61845a43675e54ed81 Mon Sep 17 00:00:00 2001 From: ERamirez Date: Fri, 8 Nov 2024 10:26:55 -0700 Subject: [PATCH] test --- Projects/project3.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/project3.qmd b/Projects/project3.qmd index 4a0761a..27c006c 100644 --- a/Projects/project3.qmd +++ b/Projects/project3.qmd @@ -34,6 +34,7 @@ _In my SQL project, I explored three baseball queries. First, I analyzed the sal + ## BYU-Idaho Players' Salaries Query __Write an SQL query to create a new dataframe about baseball players who attended BYU-Idaho. The new table should contain five columns: playerID, schoolID, salary, and the yearID/teamID associated with each salary. Order the table by salary (highest to lowest) and print out the table in your report.__