Question

Given a table called Car (columns = Name, Make, Model, Year), give me a SQL query...

Given a table called Car (columns = Name, Make, Model, Year), give me a SQL query to allocate specific count on

0 0
Add a comment Improve this question Transcribed image text
Answer #1

syntax:

SELECT COUNT(column_name)
FROM table_name
WHERE condition;

so you did not specify the condition

if condition is count no of cars with name benz then sql query is

SELECT COUNT(Name)
FROM Car
WHERE Name="Benz"

Please comment if you have any query and please like

Add a comment
Know the answer?
Add Answer to:
Given a table called Car (columns = Name, Make, Model, Year), give me a SQL query...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT