Filtering Your Data with the WHERE Clause
Lecture 7, This lecture covers the WHERE clause for filtering data.So far, we can select all data or specific columns from our table. But the… Read More »Filtering Your Data with the WHERE Clause
Lecture 7, This lecture covers the WHERE clause for filtering data.So far, we can select all data or specific columns from our table. But the… Read More »Filtering Your Data with the WHERE Clause
You’ve created a table and inserted data into it. Now it’s time to learn the most fundamental command for retrieving that data: SELECT. The SELECT statement is used… Read More »Viewing Your Data with SELECT | Lecture 6
We have a beautifully structured, but completely empty, Friends table. Let’s change that by adding our first rows of data.This lecture covers the INSERT INTO… Read More »Putting Data into Your Table | Lecture 5
Learning databases from scratch. This lecture covers the CREATE TABLE command in SQL. We have our environment set up, and now it’s time to build… Read More »Creating Your First Table | Lecture 4
learning databases from scratch. This lecture explains how to set up SQLite. It’s time to get practical. In this lecture, we’ll get SQLite ready to… Read More »Setting Up Our Environment | Lecture 3
What is a Database? The Power of Tables on learning databases from scratch. This lecture introduces what a database is and the concept of relational… Read More »What is a Database? Power of Tables | Lecture 2
Lecture 1 of a 60-part series on learning databases from scratch. This lecture introduces the fundamental concept of data. What is Data? Welcome to the… Read More »What is Database And Organizing Data? | Lecture 1
Congratulations on completing the Prompt Engineering course! This final lecture summarizes what you’ve learned and discusses your path forward in the exciting field of AI… Read More »The Future of AI Interaction | Lectures 20
Understand the key differences between prompt engineering and model fine-tuning. Learn when to use each technique to improve AI performance. Lectures 19 Two Ways to… Read More »Prompt Engineering and Model Fine-Tuning | Lectures 19
Learn how to evaluate the performance of your prompts and the quality of AI responses. Understand the criteria for a good response and how to… Read More »Evaluating AI Responses | Lectures 18