subject

First implement this ejs file. Check out the TODO section and implement it. Given:
ejs file:
<% include ../partials/header %>
<% include ../partials/menu %>

Fall 2018 Stats
Detailed information on how the Buffs are doing in the 2018 Football Season!

Game Date
Opposing Team Name
Score
Winner

Home Score
Opp. Score

Wins
Losses

<% include ../partials/footer %>
Then complete the query function for me:
requirements:
/team_stats - get request (no parameters)
This route will require no parameters. It will require 3 postgres queries which will:
1. Retrieve all of the football games in the Fall 2018 Season
2. Count the number of winning games in the Fall 2018 Season
3. Count the number of lossing games in the Fall 2018 Season
The three query results will then be passed onto the team_stats view (pages/team_stats).
The team_stats view will display all fo the football games for the season, show who won each game,
and show the total number of wins/losses for the season.
What I got:
app. get('/team_stats',function(req, res){
//sql statement
//exeucute
//result to render data
res. render('pages/team_stats',{
my_title:"Team stats"
})
});

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:30
Some of the first computer games were created in the early 1970s by college students experimenting after hours to see what the were capable of doing.
Answers: 3
question
Computers and Technology, 22.06.2019 22:20
Avariable of the data type arrays is storing 10 quantities. what is true about these quantities? a. the quantities all have different characteristics. b. the quantities all have the same characteristics. c. five quantities have the same and five have different characteristics. d. it is necessary for all quantities to be integers. e. it is necessary for all quantities to be characters.
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
Hey i just logged on and one of the moderators deleted a bunch of my answers to questions, even though the answers were right and the people it doesn't make sense but if anyone wants to talk about anything just message me lol (this is super random lol)
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
Someone plzz me which of these defines a social search? a. asking a search engine a question that is answered by a real person on the other sideb. modifying search results based on popularity of a web pagec.modifying search results based on a ranking of a web page
Answers: 2
You know the right answer?
First implement this ejs file. Check out the TODO section and implement it. Given:
ejs file:<...
Questions
question
Chemistry, 10.06.2021 01:00
question
Mathematics, 10.06.2021 01:00
question
Mathematics, 10.06.2021 01:00
question
Mathematics, 10.06.2021 01:00
question
Mathematics, 10.06.2021 01:00
Questions on the website: 13722359