@Lifewithtanianirban presents this topic is about discussion on MYSQL Data Types. There are three Datatypes in MYSQL
1) Strings
2) Numeric
3) Date and Time Data Types
These three data Types, Today we discuss on String Data Types.
1) CHAR(size) : A FIXED length string (can contain letters, numbers, and special characters). The size parameter specifies the column length in characters - can be from 0 to 255. Default is 1
2) VARCHAR(size) : A VARIABLE length string (can contain letters, numbers, and special characters). The size parameter specifies the maximum string length in characters - can be from 0 to 65535
3) BINARY(size) : Equal to CHAR(), but stores binary byte strings. The size parameter specifies the column length in bytes. Default is 1
4) TINYTEXT : Holds a string with a maximum length of 255 characters
5) TEXT(size) : Holds a string with a maximum length of 65,535 bytes
6) MEDIUMTEXT : Holds a string with a maximum length of 16,777,215 characters
7) LONGTEXT : Holds a string with a maximum length of 4,294,967,295 characters
Any Queries regarding this topic, Please write in the comment box. I will help you !!
Sur cette page du site, vous pouvez voir la vidéo en ligne Part 6 : SQL Tutorials || Discuss on MYSQL Datatypes || String Data Types durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Life with Tania&Anirban 07 septembre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 32 fois et il a aimé 0 téléspectateurs. Bon visionnage!