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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:35:57+00:00 2026-05-15T06:35:57+00:00

This problem is giving me a real headache. I have two tables in my

  • 0

This problem is giving me a real headache.

I have two tables in my database that solves sorting of categories with the help of a design called “Closure table”. The first table is called categories, and the other one is named categoriesPaths.

Categories is simply a language-based table:

id | name
----------------
0  | Category 1
1  | Category 2

CategoriesPaths looks like this:

parent | children | level
-----------------------
1     | 1         | 0
1     | 2         | 1
2     | 2         | 0

To delete a path together with it’s eventual child nodes, I run the following query: ($top is the top parent node level the deletion will begin at)

DELETE d FROM CategoriesPaths children
JOIN CategoriesPaths a USING (children)
WHERE a.parent = $top;

What I want to do is change the query to also delete the representative paths in the categories table. Unfortunately I have not enough SQL knowledge to do this. I tried to to make a workaround with a foreach loop before the query, but that fails to delete, since the categoriestable is referenced to categoriesPaths…
By that said, I am pretty much stuck.

If anyone wish to learn more about the closure table design, here’s a reference to the slideshare in which I learned it from: http://www.slideshare.net/billkarwin/sql-antipatterns-strike-back

  • 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-15T06:35:57+00:00Added an answer on May 15, 2026 at 6:35 am

    Why not use a transaction?
    http://www.firstsql.com/tutor5.htm

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

Sidebar

Related Questions

I've implemented Wurfl, but the problem with this is that it's giving me the
JSLint is giving me this error: Problem at line 11 character 33: Use the
This line is giving error: Too few arguments. What is the problem? $InsertQuery =
This problem has bugged me so many times and i have now decided to
This problem is very strange and I'm hoping someone can help me. For the
Well, I have a problem (ok, no real problem, but I wanna try out
I have a problem with giving a template class a template friend in Sun
I have an MVC/Nhibernate app that is giving me the below. [WrongClassException: Object with
We have a button that saves asynchronously using AjaxToolKit/C#/.NET. I'm getting this in my
I need your help with a little problem. I have four labels and I

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.