Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8390061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:53:18+00:00 2026-06-09T18:53:18+00:00

As part of database testing, we are to verify if the data is correctly

  • 0

As part of database testing, we are to verify if the data is correctly rendered onto the webpage from database.

We have a table called ’emp_details’ which stores employee details. We store joining date of an employee in it. Now, using this joining date field, I need to get a list all the employees who have a start date or anniversary date within the last ten days.

I tried various combinations of DATEDIFF() in MySQL but did not succeed.

The format on the webpage would look like this:

Name       Start Date        Years
----------------------------------
William    07/25/2004          8
Gordon     07/22/2007          5
Jill       07/26/2009          3

Could anyone please help me with the query for MySQL DB.

Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:53:19+00:00Added an answer on June 9, 2026 at 6:53 pm
    select * from 
    employees where 
        dayofyear(`start date`) between dayofyear(curdate())-10 and dayofyear(curdate())
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a test server that uses data from a test database. When I'm
In part of my code, I get an object from database via Hibernate, change
I have a database project (.dbp) open in Visual Studio 2008 as part of
I've written an application that retrieves pricing and part options from a SQL database
I have several files with code testing code (which uses a unittest class). Later
I have a database full of autopart numbers that needs old part numbers prices
I have a function that searches a database table via ajax. This is the
I have spent the best part of a day researching and testing different methods
As part of our database revision control (and auto-installation) procedures we need to be
I am using Sql Server 2005 This is a part of my database diagram.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.