SQL Practice Logo

SQLPractice Online

Company SQL Question

Percentage of Drivers by Vehicle Type

Practice this Uber style SQL interview question with live execution and instant feedback.

Problem Statement

Calculate the share of active drivers per vehicle type using a scalar subquery for the total.

Relevant Tables

vehiclesdrivers

SQL Concepts Used in This Question

Strengthen your understanding with these targeted learning topics: