How to Write a SQL Statement with ChatGPT AI

preview_player
Показать описание
In this tutorial, we will teach how to write a SQL Statement using CHATGPT AI. First we will cover a SQL SELECT Statement. Next, we will go over an INSERT INTO SQL Statement. Then we will go over a DELETE SQL Statement. Finally, we will cover a SQL UPDATE Statement. Hopefully this will help you get started using AI to write various SQL Statements to meet your database needs.

How to Write a SQL Statement with ChatGPT AI Time Stamps ⌚

00:00 - Introduction to How to Write a SQL Statement with ChatGPT AI
00:29 - Accessing ChatGPT AI
00:53 - How to Write a SQL SELECT Statement Using AI
01:25 - How to Write a SQL INSERT INTO Statement Using AI
03:16 - How to Write a SQL DELETE Statement Using AI
03:53 - How to Write a SQL UPDATE Statement Using AI
04:19 - Conclusion for How to Write a SQL Statement with ChatGPT AI
------------

🔥 OUR BEST EXCEL RESOURCES 🔥

👨‍🏫 Get 30+ Excel & Office Courses & support for ONLY $1💵 (all levels covered)
Learn Formulas, Macros, VBA, Pivot Tables, Power Query, Power Pivot, Power BI, Charts, Financial Modeling, Dashboards, Word, PowerPoint, Outlook, Access, OneNote, Teams, Project, PowerApps, PowerAutomate, Visio, Forms & MORE!

📚 Download Our Free 101 Excel Tips & Tricks E-Book:

💻 Access 1,000+ Free Excel & Office tutorials over at our award-winning blog:

📚Get All Our 101 Excel E-Book series on Formulas, Macros & Pivot Tables:

📚101 Most Popular Excel Formulas Paperback on Amazon:

📚101 Ready To Use Excel Macros Paperback on Amazon:

📚101 Best Excel Tips & Tricks Paperback on Amazon:

👷 Excel Consulting Services:

💻 Looking for more Microsoft Excel & Office tutorials? Check out our playlist below:
------------

Feel free to comment and ask questions about this Microsoft Excel tutorial below and we will get back to you with the answer ASAP!

If you enjoyed the video, please give a thumbs up, comment, share.

Do not forget to SUBSCRIBE to this channel to get our new Microsoft Excel tutorials delivered straight to you each week! Thank You :)

Cheers,

JOHN MICHALOUDIS
Chief Inspirational Officer & Microsoft MVP

❤️ Let’s connect on social ❤️

#MyExcelOnline #ChatGPT #AI #SQL #MsExcel #Excel #artificialintelligence
Рекомендации по теме
Комментарии
Автор

Hello, I have a question
In excel 2021, the Khmer font in work sheet is pretty normal, but when I go to print the khmer font is cut off above. So what can i do?

readingkhmer
Автор

hello.. i have one very hard query, if someone in the world can crack it.
I have a text in cell A1 "I have a cat." and in cell B1 "I have a dog."
now excel formula or VBA code compare both cells and highlight the specific difference.
in above case, dog and cat should be highlight in same cell.
Or
another example (one step ahead), in numbers.
If I have number like "123456789" in cell A1 and "128456789" in cell B1.
both looks similar... but in cell B1 there is one typo mistake at place 3.
Excel compare both cells, whether some formula or VBA code (or any other way in excel) and highlight the specific difference.
in above case... 3rd pace digit (in same cell) should be highlight, as in both cells it does not match.
.
Real life scenerio is ..
we have data in one column with Original Number (say some Social Security Number, or Contact No.), but in column B, we have same number but with little typo mistake... one digit difference, or two digit difference, or might be more...
So how to know comparing both columns.... what is actual difference..
.
Remeber: whole cell should not highlight... as we already know.. both cells have minor difference..
but we want to know EXACT WHAT IS DIFFERENCE....

It also should be noted, Order of the digits are same.... but only one or digit at same place might be change...
like....
123 vs 128 (3 changed to 8)
569 vs 568 (9 change to 8)
288 vs 299 (88 change dto 99)
123456789 vs 123456189 (at place 7, digit 7 changed to 1)
these specific differences should be highlishted, or some other way to know just the difference.

abroazhar
Автор

This is great, thanks, Over a question, what if I've multiple tables, how can I make ChatGPT know at what table to search?

HasanAYousef