From the course: SQL: Data Reporting and Analysis

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Using ChatGPT to check SQL code

Using ChatGPT to check SQL code - SQL Tutorial

From the course: SQL: Data Reporting and Analysis

Using ChatGPT to check SQL code

- [Instructor] The days of posting questions into a forum and waiting hopefully and hopelessly for a response are gone, you'll be pleased to know. If you haven't got into ChatGPT yet or any other Large Language Model, it can really help you on your learning journey. It is the ultimate patient teacher; it never gets crossed with you, never gets frustrated. It's not 100% right all of the time, but if you enter into a conversation with ChatGPT, it will get you to the right answer, I would say about 95% of the time, and it can write code. So what's not to like? I'm going to demonstrate a couple of these things for you. Now, let's say that we have a join query. And don't worry if this looks hopelessly complicated, the course will cover this. So this is what we call a join and it's something people often get their table aliases, that's these things, a bit confused. So we say select the person name from table A, left join to table B, and then we give it the thing to join on. Now, I've…

Contents