RUVIDEO
Поделитесь видео 🙏

? SQL and SQLite Made Easy: Boost Your Data Wizardry! ? tatm

This is a recording of an internal team meeting where Isaias was helping Irfan grasp SQL and SQLIte. This will help you understand the basics of a database and tables and get you started using databases. A part 2 can be seen here: https://youtu.be/j3mR-ZUYLP0

TLDR: The video teaches how to create and modify SQL and SQLite databases, retrieve data using queries, and optimize database performance for larger projects with many users.

1. 00:00 ? SQLite is great for small data sets, but for larger projects with many users, MySQL should be used for its built-in queue management capabilities.
1.1 The video is a tutorial on how to use SQLite and SQL databases, with links provided for a previous webinar and an unfinished SQLite class for V2.
1.2 SQLite is powerful for small data sets, but for larger projects with many users, MySQL should be used due to its built-in queue management capabilities.

2. 01:41 ? The speaker explains how to create tables in SQL and SQLite to keep track of information for monitors, including ID, name, dim value, width, height, X and Y coordinates, and percentage of beam value.
2.1 The speaker asks viewers to like their video and mentions that they release videos twice a week, on Tuesdays and Thursdays.
2.2 An empty database was created with two tables, one for settings which contains key-value pairs, and the speaker explains that using a table is better than using a mini file because it allows for more information in the value.
2.3 The speaker explains how to create a table with different columns to keep track of information for each monitor, including the ID, name, dim value, width, height, X and Y coordinates, and percentage of beam value.

3. 05:29 ? The speaker discusses screen dimensions and settings, but encounters some issues with a damaged screen.

4. 06:31 ? The video teaches how to create a default table and two other tables, and how to get and insert data into a database using a query in DB executables.
4.1 The speaker explains the importance of creating a default table with no values in it when sharing a script that involves reading and saving information from a user's computer, and teaches two things for creating a settings table and a monitor table.
4.2 The video discusses how to get data out of and insert data into a database, specifically focusing on the monitors table and demonstrating how to use a database query in DB executables.
4.3 The speaker will show what a query looks like and explain it, as it may have been seen before in wmi.

5. 09:45 ? Use the select command to retrieve data from a table, specifying column names instead of numbers and using an asterisk for all columns, demonstrated with filtering and selecting specific rows in SQL and SQLite.
5.1 To get rows of data out of a table, use the select command to specify which columns you want and from which table, and you can add other things and specify column numbers, but it's not advised.
5.2 It's better to use the name of columns instead of column numbers because the column location might change, but an asterisk can be used to mention all column names.
5.3 The speaker demonstrates how to retrieve all columns and rows at once, filter data by a specific value, and select information from a specific row in SQL and SQLite.

6. 13:55 ? When using SQL's "where" statement, use quotation marks for string columns and be aware of case sensitivity, and using "like" instead of "=" is case insensitive and filters thousands of lines quickly.
6.1 When using the "where" statement in SQL, be careful to use quotation marks for string columns and to be aware of case sensitivity.
6.2 Using the "like" command instead of the equal sign in SQL is case insensitive and filtering thousands of lines in a database takes no time at all.

7. 16:19 ? The speaker demonstrates the speed and optimization of SQL and SQLite databases, explaining how to select tables and columns, filter data, and retrieve specific information from a table.
7.1 The speaker discusses various database files, including a large one with millions of rows, but ultimately settles on a smaller one with 87,000 rows and 12,000 birds.
7.2 The speaker demonstrates the speed and optimization of databases by running a query on a large dataset of 32,000 rows and getting the count in less than a second.
7.3 The speaker explains how to select tables and columns, filter data, and retrieve specific information from a table in SQL and SQLite.

8. 21:11 ? Creating and modifying SQL and SQLite databases is easy, with commands ending in semicolons and the ability to generate insert queries using the right-click menu, and the four main actions are select, insert, update, and delete.
8.2 The four main things to do in SQL and SQLite are select, insert, update, and delete, and after practicing with a new database, it's easy to create a program with queries in one line that give you the data you need in the format you need.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «? SQL and SQLite Made Easy: Boost Your Data Wizardry! ? tatm», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.