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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:11:00+00:00 2026-06-09T16:11:00+00:00

Possible Duplicate: INNER JOIN ON vs WHERE clause I started as web developer about

  • 0

Possible Duplicate:
INNER JOIN ON vs WHERE clause

I started as web developer about 1 year ago. Since then I’ve gone through PHP, mySQL, Javascript, jQuery, etc. I think I’ve learned some things in this time. But when it comes to SQL I’m a real noob. I just do a couple of SELECT, INSERT, UPDATE, and using some functions like SUM or UNIX_TIMESTAMP, etc.

I’ve come across the JOIN functions, and it seems to be pretty useful, but I don’t see the difference of using JOIN or some WHERE clauses to “join” the data betwwen tables.

I read this article (spanish) about join. and I can’t really see the usefulness of it. For example:

Assuming this dataset:

id nombre       id  nombre
-- ----         --  ----
1  Pirata       1   Rutabaga
2  Mico         2   Pirata
3  Ninja        3   Darth Vader
4  Spaghetti    4   Ninja

Wouldn’t this query: SELECT * FROM TablaA INNER JOIN TablaB ON TablaA.name = TablaB.name produce the same results as SELECT * FROM TablaA, TablaB WHERE TablaA.name = TablaB.name ?

  • 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-09T16:11:02+00:00Added an answer on June 9, 2026 at 4:11 pm

    Yes, they will produce the same result, however, SELECT * FROM TablaA, TablaB WHERE TablaA.name = TablaB.name is an older method of performing a join that does not meet the SQL-92 standard. It is also a lot more difficult to read once your queries start to become very complex. It is better to stick with the explicitly declared INNER JOIN format.

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

Sidebar

Related Questions

Possible Duplicate: How to join data frames in R (inner, outer, left, right)? This
Possible Duplicate: Difference between JOIN and INNER JOIN I have found some legacy SQL
Possible Duplicate: WHERE clause better execute before IN and JOIN or after Hello, someone
Possible Duplicate: Inner join vs Where Hello in many interviews they ask which is
Possible Duplicate: Is it better to do an equi join in the from clause
Possible Duplicate: Three table join with joins other than INNER JOIN I'm a beginner
Possible Duplicate: how to sort a multidemensional array by an inner key How to
Possible Duplicate: && operator in Javascript In the sample code of the ExtJS web
Possible Duplicate: Java inner class and static nested class What are the uses of
Possible Duplicate: Are static inner classes a good idea or poor design? Java supports

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.