SQL related questions
BOX8 | SQL Query
Question
BOX8 | Ranking in SQL
Question
Amazon Interview Question | What is NTILE with syntax?
Question
What is the use of IFNULL and ISNULL in SQL?
Question
Important conditions for joining two tables on a key?
Question
What is Hash Join?
Question
Write a SQL query to find the common records between two tables?
Question
Write the query to remove the duplicates from a table without using a temporary table?
Question
Get the number of duplicate names and their frequency
Question
Table - Employee
Name
Nitin
Amit
Gaurav
Nitin
Amit
Output
Nitin - 2
Amit - 2
Gaurav - 1
in progress
1
SQL
55 years
11 Answers
1923 views
Grand Master
Extract all the distinct email id domain from all the employee
Question
Suppose there are two columns in employee table i.e. emp id and email
get all the unique domainsĀ like gmail.com, yahoo.com, outlook.com, etc.
solved
6
SQL
55 years
18 Answers
2740 views
Grand Master