Select By ID query in SQL - Hacker Rank Solution

Select By ID query in SQL



Problem :-

Query all columns for a city in CITY with the ID 1661.


Input Format

Select By ID query in SQL hacker rank solution

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.

Next Post Previous Post
No Comment
Add Comment
comment url