ansi-92 Questions
16
Solved
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
...
1
© 2022 - 2024 — McMap. All rights reserved.