Select By ID query in SQL - Hacker Rank Solution
Problem :-
Query all columns for a city in CITY with the ID1661
.Input Format
The CITY table is described as follows:
Solution :-
SELECT * FROM CITY WHERE ID = '1661';
Disclaimer :-
the hole problem statement are given by HackerRank.com but the solution are generated by the codeworld19 authority if any of the query regarding this post or website fill the following contact form thank you.