Question
I have a table student with only one column i.e. Roll No. The values in the table are 10 20 10 10 20 There are in total 3 repetitive values i.e. 10 is repeated two extra times and 20 is repeated one ...
solved 6
55 years 62 Answers 2570 views Grand Master

Question
We have two columns(Revenue and Cost Price) in a table like below, get me the Profit column Revenue       Cost Price        Profit 100                  Null            ...
solved 16
55 years 46 Answers 5425 views Grand Master

Question
The mean of a distribution is 20 and the standard deviation is 5. What is the value of the coefficient of variation?
in progress 3
55 years 43 Answers 4890 views Contributor

Question
Write a query to get all the student with name length 10, starting with K and ending with z
solved 3
55 years 25 Answers 3280 views Contributor

Question
We have the following values 10000 10000 20000 30000 30000 30000 What would be the result of row number, rank, and dense rank ?
solved 3
55 years 21 Answers 2602 views Contributor

Question
You have data of people having applied for a lottery ticket. The data consists of their name and ticket number. You have to choose winners by selecting the people present in the alternate rows (first winner starting from row number ...
in progress 4
55 years 21 Answers 6211 views Great Grand Master

Question
Write a query for collecting the names of children who pursuing their graduation in their residential city. NAME AGE ADDRESS COLLEGE ……. …… ….. ….. (Hint- Look for the common city name in the columns of ADDRESS and COLLEGE) Example Nitin 26 Patna Patna Ankit 27 Bangalore Pune Result - Nitin
in progress 4
55 years 20 Answers 6202 views Great Grand Master

Question
Name Designation Joining_Date Salary Ashutosh Singla HR 2019-12-15 80,000 Chandan Garg Admin 2019-10-09 60,000 Himanshi Kaur HR 2019-03-13 75,000 Mohit Dharm HR 2019-05-27 85,000 Meena Batra Accountant 2019-07-11 50,000 Omkar Singh Accountant 2019-01-05 45,000 Pratham Garg Admin 2019-05-27 65,000 Rakesh Sharma HR 2018-06-30 75,000 Sharadha Gupta Accountant 2019-09-18 50,000 Demonstrate how to write a query to show details of an HR whose name starts with M.
in progress 1
55 years 17 Answers 2898 views Great Grand Master

Question
Punjabi By Nature is going through a rough phase and is wasting 30-40 Kgs of biryani on some days of the week. Management is thinking to find a method to sell the left over biryani or reduce the amount of biryani ...
solved 2
55 years 16 Answers 16373 views Contributor

Question
All you have to do is to go through the code and comment the question for which the following is an answer of SELECT matchid, player FROM goal WHERE teamid = 'GER'
in progress 2
55 years 13 Answers 1886 views Grand Master