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 663185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:27:42+00:00 2026-05-13T23:27:42+00:00

I have a table with three fields, User , City and Country , where

  • 0

I have a table with three fields, User, City and Country, where exactly one of the fields must be non-NULL at all times. Can I use an SQL constraint for this or should I rethink what I’m doing?

The scenario is that my database should contain documents that can be attached to users, cities or countries. So a row in this table contains exactly one document for either a user, a city or a country. However, one should be able to search for all documents as well, regardless of what entity it has been “attached” to.

The reason I’m not using three different tables instead is that I want to avoid having to JOIN the three tables when searching for documents in all of the three places. I’m imagining that the kind of denormalization I’m attempting to use here will improve performance, but I’m not sure.

Thoughts?

  • 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-05-13T23:27:42+00:00Added an answer on May 13, 2026 at 11:27 pm

    If I understand properly, the following SQL should add the constraint you are looking for:

    ALTER TABLE YourTableName
    ADD CONSTRAINT CK_TestNullCount 
        CHECK (Case When [user] is NULL Then 0 Else 1 End 
               + Case When City Is NULL Then 0 Else 1 End 
               + Case When Country Is NULL Then 0 Else 1 End = 1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table like this, with three fields: User | Question# | Answer
I have three fields that must be unique in a table, and based on
I have a table with three fields - userID, couponID, last_couponID. When the user
I have a database table which has three relevant fields, firstly a user id,
I have a table with three fields, FirstName, LastName and Email. Here's some dummy
I have User table in my DB. A user has the fields name, company_id
I have a table which has three fields (item_id, source, and price). (item_id, source,
I have a large table with input boxes. Three columns of these are dates/times
I have a table called Follow , with three fields: Id (autoincrement int), UserId
I have two MySQL tables: 'country' with fields: 'country_id' and 'country' 'city' with fields:

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.