What does tinyint mean?



What does tinyint mean?..

Answer / Mitesh Shandilaya

'tinyint' is a small integer data type in MySQL. It can store integer values ranging from -128 to 127 for signed integers, and from 0 to 255 for unsigned integers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is pdo mysql?

1 Answers  


Is microsoft sql same as mysql?

1 Answers  


What are the advantages of myisam over innodb?

1 Answers  


How will you export tables as an xml file in mysql?

1 Answers  


How to insert html code into mysql database using php?

1 Answers  


How to change the database engine in mysql?

1 Answers  


Define REGEXP?

1 Answers  


what is cte? : Mysql dba

1 Answers  


What is full text indexing in mysql?

1 Answers  


What are the advantages of stored procedures, triggers, indexes?

5 Answers  


How many columns can you create for an index?

1 Answers  


How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

1 Answers  


Categories