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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:18:46+00:00 2026-05-11T15:18:46+00:00

According to the join-op syntax , SQLite has 13 distinct join statements: , JOIN

  • 0

According to the join-op syntax, SQLite has 13 distinct join statements:

, JOIN LEFT JOIN OUTER JOIN LEFT OUTER JOIN INNER JOIN CROSS JOIN NATURAL JOIN NATURAL LEFT JOIN NATURAL OUTER JOIN NATURAL LEFT OUTER JOIN NATURAL INNER JOIN NATURAL CROSS JOIN 

Are they all unique? Which are equivalent?

  • 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. 2026-05-11T15:18:47+00:00Added an answer on May 11, 2026 at 3:18 pm

    The SQLite grammar is a bit different from the SQL-92 spec‘s, according to which, the following are illegal:

    *OUTER JOIN *NATURAL OUTER JOIN *NATURAL CROSS JOIN 

    The first two, because a <join type>, in order to contain OUTER, must also include an <outer join type> before it. The last, because NATURAL can only occur in <qualified join>‘s, not <cross join>‘s. These don’t appear to behave according to any spec, so it’s a good idea to avoid them.

    As was answered on the mailing list, SQLite3 only supports three joins: CROSS JOIN, INNER JOIN, and LEFT OUTER JOIN. The following are equivalent:

    , == CROSS JOIN JOIN == INNER JOIN LEFT JOIN == LEFT OUTER JOIN 

    As explained in the wikipedia article the NATURAL keyword is shorthand for finding and matching on same-name columns, and doesn’t affect the the join type.

    According to the SQLite page, ‘RIGHT‘ and ‘FULL‘  OUTER JOIN‘s are not supported.

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

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Microsoft doesn't have a supported option for Oracle for the… May 11, 2026 at 11:54 pm
  • Editorial Team
    Editorial Team added an answer You could probably pretty easily validate this with a regex… May 11, 2026 at 11:54 pm
  • Editorial Team
    Editorial Team added an answer this is final. You definitely cannot assign it. I'd guess… May 11, 2026 at 11:54 pm

Related Questions

I need to create an idbag in hibernate 3 where the collection-id column defaults
According to the documentation, joins, when used with the update statement, work in the
I need to generate a list of activity from multiple tables in order of
I'm seeing performance problems with retrieving multiple instances of objects that have many relationships

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.