MySQL - Data Types Introduction

preview_player
Показать описание

In MySQL, and other databases, you can set what type of data a value in a table can be. Whether it’s text, a number, or even a file. This is used to prevent bad data from being added to the database and stop issues such as “bob +2”.

There are numerous Data Types that can be used in MySQL. Even using a number can be an INT, FLOAT, DECIMAL and more.
You use the Data Type most appropriate not just for the current use of the database, but which you expect will work in the future.
You can create problems by using a Data Type setting that your use outgrows. So if you set a DECIMAL value to only accept 5 digits, but at some point you need to store 6 digits in that field this will case issues.
Front End Validation is used to try to prevent bad data from being sent to the database.
Acknowledgements from the MySQL database back end are used to prevent “silent failures” where data is not properly inserted into the database, but the user does not realize there is an issue.
Рекомендации по теме
Комментарии
Автор

man, i love it, I can do all lectures in one go that is how interesting it is. When I start earning more I will make sure to put in a recurring donation on your website for sure.

javidthewebguy
Автор

Eli!! I freakin love you! I'm glad your back.

jeremycornish-ford
Автор

"..He puts a Bob into a place a Bob should never be. And then all hell can break loose.." 🤣🤣🤣

eugeneshilow
Автор

Thank you very much for sharing your videos

stiank
Автор

Thanks Eli, great content...very helpful

mse
Автор

Awesome video! Helped me a lot to understand the terminology

deluke
Автор

. Thanks a lot, @Eli for the best MySQL course. anyone knows the best class for Lithium battery management?

sebahizilongin
Автор

Well, the good thing about this channel, a lot of the stuff you're teaching will be relevent for awhile so you'll always get views from your old videos, buuuut I wish the best for you and I subbed :P

NextazxzNoExuse
Автор

Eli please do some new classes on Azure and AWS

dynamicentry
Автор

30:21 Dude! Isn't that the "I Carly" lady on the left?😲

brandonfarfan
Автор

i dont know how els to leave a msg so that you will read it.

But wil you pretty please learn me more about ARP in cmd, and why is the last 4 ip, s (ipv4)
224.x.x.x
224.0.x.x.
234.0.x.x
239.255.x.x.


and thank you very much for all theses years

andrepotts
Автор

Can you please repeat 6 more times what will happen if wrong data type is entered in a field - e.g., if someone enters int instead of char because this topic is still absolutely unclear
thanks
PS this are lectures for 3 y.o. kids, how much money do they have and can they pay on Patreon?

forcanadaru