LeetCode Question · Jan 2021 · Los Angeles

Amazon SDE 2 | Onsite OOD Question

3 upvotes 1,451 views 5 replies

Question Details

Implement an API to translate JSON to SQL query. Input JSON : { \'Author\' : \'J.K.Rowling\', \'Title\': \'Harry Potter\' } Output SQL : SELECT * FROM PERSON WHERE Author = \'J.K.Rowling\' AND...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Sql