Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.41 KB

step10-cassandra.md

File metadata and controls

47 lines (38 loc) · 1.41 KB
Digital Library Data Modeling ℹ️ For technical support, please contact us via email or LinkedIn.
⬅️ Back Step 10 of 13 Next ➡️
Design query Q6

✅ Find tracks with title Let It Be:

Solution
SELECT *
FROM tracks_by_title
WHERE title = 'Let It Be'; 
⬅️ Back Next ➡️