I've a proble with a simply CSS/HTML menu! When I hover in the second voice of menu, the submenu opens over the main menu and not down! Why? The CSS code is h
I am trying to insert the id of a record using typeorm mongodb. I have created an Entity class for User, then I created a service for saving user into the datab
edStatsData is the dataset I am manipulating, I want to display only the two first columns that you see in line 85 plus the columns from year 1995 to 2015 that
Table name: products, column names: rice_price, sugar_price I would like to get the average of both columns separately. For example; SELECT AVG(rice_price) av
My application is about uploading files and converting them. How do I add those test files as part of the load test? Is that by using variable and parameter? Pl