HackerRank MySQL - Select By ID query in SQL Solution

Rohit S. Pathak

 



Problem Statement

Query all columns for a city in CITY with the ID1661.


The CITY table is described as follows:
Revising the Select Query I

Solution

  SELECT * FROM CITY WHERE ID = '1661';  



Disclaimer: The above Problemis generated by HackerRank but the Solution is Provided by boxessolved. This tutorial is only for Educational and Learning purposes. Authority if any of the queries regarding this post or website fill the following contact form thank you.