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

  • SEARCH
  • Home
  • 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 9304571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T23:44:21+00:00 2026-06-18T23:44:21+00:00

Can anyone please help – See below two tables Table – Master Field 1

  • 0

Can anyone please help – See below two tables

Table - Master
Field 1 - Id
Field 2 - Name
Field 3 - Address
Field 4 - Effective End Date
Filed 5 - Last updated date

Table - Child
Field 1 - Id
Field 2 - Name
Field 3 - Address

I need to do lookup from Parent in child and if Parent record doesn’t exist (based on Id, Name and Address) then update the effective end date and last updated date of Table Master.

New to SQL, so struggling with this basic query.

Regards

  • 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-18T23:44:22+00:00Added an answer on June 18, 2026 at 11:44 pm

    Try it like this:

    UPDATE  m
    SET     [Effective End Date] = GETDATE()
            , [Last updated date] = GETDATE()
    FROM    Master m
    WHERE   NOT EXISTS
    (
        SELECT  *
        FROM    Child c 
        WHERE   c.Id = m.Id
        AND     c.Name = m.Name
        AND     c.Address = m.Address
    )
    

    If you want to update records in Master when a record with same Id, Name, Address does not exist in Child table you can do it like this. There’s also an OUTPUT clause that returns rows affected by the update. The dates are being updated to today’s date but you can set that to anything you need.

    Here is an SQL Fiddle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The creation of the below 2 tables are failing. Can anyone please help me?
Can anyone please help me on adding new contacts in address book and apply
Can anyone please help me through this.... I have two input fields in my
can anyone please help with the below code. I am trying to understand multiple
can anyone please help me. I am trying to create a dynamic table with
Can anyone please help me on below? I have a WSDL and some XSD
Can anyone please help me to know how to open an excel sheet in
Can anyone please help me to work out how to achieve the following? I
Can anyone please help me to add video controls (play, pause, forward, seekbar) to
Can anyone please help me with this...I'm not very good with regular expressions and

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.