←back to thread

Getting AI to write good SQL

(cloud.google.com)
501 points richards | 3 comments | | HN request time: 0.608s | source
Show context
JodieBenitez ◴[] No.44012669[source]
Wait... people need AI to write SQL ?
replies(3): >>44012804 #>>44014160 #>>44014339 #
1. randomNumber7 ◴[] No.44012804[source]
Most people here have not understood the relational model, so yes.
replies(1): >>44013404 #
2. criddell ◴[] No.44013404[source]
I’ve read most of Codd’s book on the subject and have written SQL on and off since the mid 90’s and I still need to look up the differences between the various joins anytime I use them.
replies(1): >>44028759 #
3. randomNumber7 ◴[] No.44028759[source]
Ok, but you did get the general concept of why it is better than a hierarchical file storage system.

I also assume you dont try to throw mongoDB on every problem where a SQL database is clearly superior.