What is unsigned in mysql?



What is unsigned in mysql?..

Answer / Gauri Shankar Tiwari

In MySQL, "unsigned" is a keyword used before an integer data type to specify that the column should only contain non-negative numbers. The range of values for an unsigned integer depends on its size (e.g., unsigned int can hold values from 0 to 4294967295).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What, if a table has one column defined as TIMESTAMP?

1 Answers  


What is a text delimiter?

1 Answers  


How to enter Characters as HEX Numbers?

1 Answers  


What is a delimiter in mysql?

1 Answers  


How can we change the name and data type of a column of a table?

9 Answers   Google,


Where is the mysql data directory?

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  


Explain timestamp?

1 Answers  


What are different types of queries?

1 Answers  


How do I kill a mysql query?

1 Answers  


Why do we write stored procedures?

1 Answers  


What is the difference Delete and Drop ?

6 Answers  


Categories