Page 1 of 1

Data Insight (Data Analytics)

Name

Phone

Email

How many years of work experience do you have with SQL

How many years of work experience do you have with Excel

Whats your current CTC

Whats your expected CTC

How soon you can join us

Whats your highest Education

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

Query the Name of any student in STUDENTS who scored higher than Marks. Order your output by the last three characters of each name. If two or more students both have names ending in the same last three characters (i.e.: Bobby, Robby, etc.), secondary sort them by ascending ID and score should be more than 75 %

Write a SQL query to for each customer for the , using the following slab-wise pricing logic:

Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table:

Equilateral: It's a triangle with sides of equal length.
Isosceles: It's a triangle with sides of equal length.
Scalene: It's a triangle with sides of differing lengths.
Not A Triangle: The given values of A, B, and C don't form a triangle.

Write a query for find the 4th largest value in a table

Upload Your CV