Problem Write a query that prints a list of employee names (i.e.: the  name  attribute) for employees in  Employee  having a salary greater ...
 Read More 
Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts
Employee Names SQL – Hacker Rank Solution
Problem Write a query that prints a list of employee names (i.e.: the  name  attribute) from the  Employee  table in alphabetical order. Inp...
 Read More 
Higher Than 75 Marks SQL – Hacker Rank Solution
Problem Query the  Name  of any student in  STUDENTS  who scored higher than   Marks . Order your output by the  last three characters  of e...
 Read More 
Weather Observation Station 12 sql – Hacker Rank Solution
Problem Query the list of  CITY  names from  STATION  that  do not start  with vowels and  do not end  with vowels. Your result cannot conta...
 Read More 
Weather Observation Station 11 query in SQL – Hacker Rank Solution
Problem Query the list of  CITY  names starting with vowels (i.e.,  a ,  e ,  i ,  o , or  u ) from  STATION . Your result  cannot  contain ...
 Read More 
Weather Observation Station 10 query in SQL – Hacker Rank Solution
Problem Query the list of  CITY  names from  STATION  that  do not end  with vowels. Your result cannot contain duplicates. Input Format The...
 Read More 
Weather Observation Station 9 query in SQL – Hacker Rank Solution
  Problem Query the list of  CITY  names starting with vowels (i.e.,  a ,  e ,  i ,  o , or  u ) from  STATION . Your result  cannot  contai...
 Read More 
Weather Observation Station 8 query in SQL – Hacker Rank Solution
  Problem Query the list of  CITY  names from  STATION  which have vowels (i.e.,  a ,  e ,  i ,  o , and  u ) as both their first  and  last...
 Read More 
Weather Observation Station 7 query in SQL – Hacker Rank Solution
  Problem Query the list of  CITY  names ending with vowels (a, e, i, o, u) from  STATION . Your result  cannot  contain duplicates. Input F...
 Read More 
Subscribe to:
Comments (Atom)
