About Garima Singh Newbie
- Registered: June 12, 2020
- Phone: 8218152661
- Country: India
- City: Bareilly
- Age: 20
- Gender: Female
Follow Me
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
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.
Write a query to find the record, whose join_basic is maximum using employee table.
Write a query using above tables to display the Emp_no, name and Experience ( in year and month)from joining date to current date.
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
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.