A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
The release team needs to compare version numbers numerically, but they're stored as strings with prefixes and separators like 'v1.2-3'. For staging deployments, strip the non-numeric characters from the version and return it as an integer alongside the service name.
Summary
The version number is buried in the log.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.