Login Panel
Username
Password
Remember Me
Develop sql to display average value of price column from products table?
select avg(price) as AveragePrice from Products;
SELECT AVG(PRICE) FROM PRODUCTS;
select avg(price) as priceaverage from products;
avg(price) from products
Select avg(price) from products;
select avg(price) as ‘average value of price’ from Products;
You must be logged in to post a comment.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile
Full name
Skill
Location
Linkdin
Twitter
Google+
Email
Old Password
New Password
Repeat New Password
March 14, 2015 at 11:12 pm
select avg(price) as AveragePrice from Products;
March 16, 2015 at 1:26 am
SELECT AVG(PRICE) FROM PRODUCTS;
March 22, 2015 at 9:53 pm
select avg(price) as priceaverage from products;
March 23, 2015 at 6:21 pm
SELECT AVG(PRICE) FROM PRODUCTS;
March 25, 2015 at 4:28 pm
avg(price) from products
March 26, 2015 at 7:47 pm
Select avg(price) from products;
September 20, 2015 at 3:32 am
select avg(price) as ‘average value of price’ from Products;
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile