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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:19:36+00:00 2026-05-10T21:19:36+00:00

At every company I have worked at, I have found that people are still

  • 0

At every company I have worked at, I have found that people are still writing their SQL queries in the ANSI-89 standard:

select a.id, b.id, b.address_1 from person a, address b where a.id = b.id 

rather than the ANSI-92 standard:

select a.id, b.id, b.address_1 from person a inner join address b on a.id = b.id 

For an extremely simple query like this, there’s not a big difference in readability, but for large queries I find that having my join criteria grouped in with listing out the table makes it much easier to see where I might have issues in my join, and let’s me keep all my filtering in my WHERE clause. Not to mention that I feel that outer joins are much intuitive than the (+) syntax in Oracle.

As I try to evangelize ANSI-92 to people, are there any concrete performance benefits in using ANSI-92 over ANSI-89? I would try it on my own, but the Oracle setups we have here don’t allow us to use EXPLAIN PLAN – wouldn’t want people to try to optimize their code, would ya?

  • 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-10T21:19:36+00:00Added an answer on May 10, 2026 at 9:19 pm

    According to ‘SQL Performance Tuning’ by Peter Gulutzan and Trudy Pelzer, of the six or eight RDBMS brands they tested, there was no difference in optimization or performance of SQL-89 versus SQL-92 style joins. One can assume that most RDBMS engines transform the syntax into an internal representation before optimizing or executing the query, so the human-readable syntax makes no difference.

    I also try to evangelize the SQL-92 syntax. Sixteen years after it was approved, it’s about time people start using it! And all brands of SQL database now support it, so there’s no reason to continue to use the nonstandard (+) Oracle syntax or *= Microsoft/Sybase syntax.

    As for why it’s so hard to break the developer community of the SQL-89 habit, I can only assume that there’s a large ‘base of the pyramid’ of programmers who code by copy & paste, using ancient examples from books, magazine articles, or another code base, and these people don’t learn new syntax abstractly. Some people pattern-match, and some people learn by rote.

    I am gradually seeing people using SQL-92 syntax more frequently than I used to, though. I’ve been answering SQL questions online since 1994.

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

Sidebar

Ask A Question

Stats

  • Questions 59k
  • Answers 59k
  • 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
  • added an answer Have you tried list-style-type: disc instead? (disk should be disc) May 11, 2026 at 9:01 am
  • added an answer For me, the output looks a bit different: testA: 1… May 11, 2026 at 9:01 am
  • added an answer How to synchronize two Subversion repositories? Can I have one… May 11, 2026 at 9:01 am

Related Questions

At every company I have worked at, I have found that people are still
I'm working at a company that does several releases to production every year and
I've looked at every question so far and none seem to actually answer this
We are currently running a SQL Job that archives data daily at every 10PM.
How do you modify a propertygrid at runtime in every way? I want to
How can I set up my crontab to execute X script at 11:59PM every
E.g. if I set a timer to expire every day at midnight, what will
I wrote a script in Ruby. I'd like to run it every day at
Every PHP programmer likely uses at least some form of a template engine and
Every few days VS2008 decides to get mad at me and fails to generate

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.