SQL related questions
Write a query using above tables to find the employee no, name, designation, whose net salary(basic+DA-Deduction) is minimum in the month of June 2011.
Question
Write a query to find the record, whose join_basic is maximum using employee table.
Question
Write a query using above tables to display the Emp_no, name and Experience ( in year and month)from joining date to current date.
Question
Create a table Salary with following column and data and Write a query using above tables to display the Emp_no, name and net salary of each employee of a particular month
Question
Create a table employee with following Column, Constraints and Data and Write SQL command to add a new column state in above table and insert the state name (BR,MP,UP, JH,BR,UP)respectively.
Question
Find the no. of calls for each customer (i.e. call_to) after their first meaningful call
Question
Past 7 days Rolling Count distinct
Question
Anonymous
Student – Grade
Question
Anonymous
Q1 | Guess the question
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
SQL
55 years
13 Answers
1733 views
Grand Master
Q2| Guess the question
Question