We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- SQL
- Basic Select
- Select All
- Discussions
Select All
Select All
Sort by
recency
|
349 Discussions
|
Please Login in order to post a comment
SELECT *FROM CITY;
SELECT * FROM CITY;
can i get the correct sql code reverse query??
When I run code with "select * from CITY;" I receive wrong answer with the below output. Data is queried properly, but on the end I have these 3 lines which is off course corrupting the answer. Anybody with the same issue ? I asked also for support here on hackerrank, so far no feedback.
It`s basically stops me from proceed to the next, more interesting challenges...
Your Output (stdout)
select * from CITY;