Cars

Report a typo

The table "cars" has the following columns:

  • string "manufacturer"
  • string "model"
  • float "top_speed" in kilometers per hour
  • integer "capacity"
  • float "acceleration" in seconds
  • integer "nominal_range" in kilometers

Write a query that selects all info about cars with nominal_range at least 200 kilometers and capacity greater than 2.

Write an SQL statement





___

Create a free account to access the full topic