Microsoft Access vs Native SQL
Posted
by
ktm5124
on Stack Overflow
See other posts from Stack Overflow
or by ktm5124
Published on 2011-01-11T05:12:03Z
Indexed on
2011/01/11
5:53 UTC
Read the original article
Hit count: 211
Hypothetical: Let's say you are writing complex queries to a database and it is very important that the data you extracted is the correct result set (e.g., that you didn't mess up a JOIN by not using all the correct keys, and all the other things that can go wrong, et cetera).
What would you rather use to do this? Would you write the query using Microsoft Access and its Design View, or would you write it in native SQL using a SQL IDE? What is the better professional choice?
Thanks in advance your feedback!
© Stack Overflow or respective owner