7.Query of Hacker Rank The Report Author: neptune | 23rd-Apr-2022 | views: 31 #SQL#Hackerrank Problem Statement : generate a report containing three columns: Name, Grade and Mark. Ketty doesn't want the NAMES of those students who received a grade lower than 8...
6.Query of Hacker Rank Employee Salaries. Author: neptune | 21st-Apr-2022 | views: 26 #SQL#Hackerrank Problem Statement : Query that prints a list of employee names for employees in Employee having a salary greater than $2000 per month and experience less than 10 months...
5.Query of Hacker Rank Weather Observation Station 8. Author: neptune | 20th-Apr-2022 | views: 53 #SQL#Hackerrank 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 characters. Your result cannot contain duplicates...
2.Query of Hacker Rank Weather Observation Station 3. Author: neptune | 20th-Apr-2022 | views: 36 #SQL#Hackerrank Problem Statement : Query a list of CITY names from STATION for cities that have an even ID number. Print the results in any order, but exclude duplicates from the answer...
1. Basic SQL Select Query of Hacker Rank. Author: neptune | 20th-Apr-2022 | views: 28 #SQL#Hackerrank Problem Statement : Query all columns for all American cities in the CITY table with populations larger than 100000. The CountryCode for America is USA...
Different types of software testing ? Author: neptune | Updated: 23rd-Apr-2022 | views: 244 #Testing#IT Testing is the process to improve the performance of software. Examples: Unit, Integration, Regression, Smoke, Alpha, Beta, System, Stress Performance, Object-Oriented Testing etc...