What is bigint in mysql?



What is bigint in mysql?..

Answer / Narendar Kumar

BIGINT is a data type in MySQL that can store large integer values, with a maximum range of -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is a trigger in mysql?

1 Answers  


How to save images in MySQL?

2 Answers  


What is myisam?

1 Answers  


What is 1nf 2nf 3nf?

1 Answers  


What is pragma serially_reusable and why is it used?

1 Answers  


Is mysql free for enterprise?

1 Answers  


Hi Team, This is kartik, I recently completed my B-tech. Importance of posting this question is for to know the best books on SQL(MYSQL/Oracle)? I like SQL concept's so much, at the same time i decided to choose SQL for my career purpose. So please suggest me the best books that are very helpful for a fresher to improve concepts like (SQL/PLSQL)Basics, programming concepts, architectures etc. Please consider my request as an important one. I am very thankful to you for providing this opportunity. If possible can you please send the names of books for my personal id also: karthikgdv1206@yahoo.com. Thanks, Kartik T

1 Answers  


I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?

1 Answers  


What are the other commands to know the structure of a table using mysql commands except explain command?

1 Answers  


What is pdo connection?

1 Answers  


How to check if value already exists in mysql database in php?

1 Answers  


What is the use of mysql_close()?

1 Answers  


Categories