What is the largest value that can be stored in a byte data field?



What is the largest value that can be stored in a byte data field?..

Answer / Sanchita Chaki

A BYTE data type can store values from -128 to 127.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

types of exceptions and what is meant by pragma autonomous_transaction ?what is the use.

4 Answers   3i Infotech,


how to delete an existing column in a table? : Sql dba

1 Answers  


How can a pl sql block be executed?

1 Answers  


How to fetch values from testtable1 that are not in testtable2 without using not keyword?

1 Answers  


Which one is faster ienumerable or iqueryable?

1 Answers  


If the base table structure is changed what will happen to join index????

2 Answers  


define sql delete statement ? : Sql dba

1 Answers  


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

1 Answers  


how view used for security purposes?

3 Answers   Glam India,


What is memory optimized table?

1 Answers  


What are the three forms of normalization?

1 Answers  


What will be the output of the following String S = 1+2+"abc" S = ? String S1 = 1+2+"abc"+5+6 S1 = ?

1 Answers   ABC,


Categories