What is the default value of CHAR type?

Answers were Sorted based on User's Feedback



What is the default value of CHAR type?..

Answer / priyanka

The default value of char and number is null.
The default size is taken as 1 for char.

Is This Answer Correct ?    20 Yes 2 No

What is the default value of CHAR type?..

Answer / naresh

When a char variable is not specified in a data definition
or variable declaration statement, the default length is 1.
When a variable is not specified when using the CAST and
CONVERT functions, the default length is 30.

Is This Answer Correct ?    0 Yes 0 No

What is the default value of CHAR type?..

Answer / prasanna

default value for chat type is 1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is an Integrity Constraint?

4 Answers  


how to increment dates by 1 in mysql? : Sql dba

0 Answers  


What is mutating sql table?

0 Answers  


write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35

1 Answers   TCS,


what are string data types? : Sql dba

0 Answers  






What is online transaction processing (oltp)?

0 Answers  


What is the difference between distinct and unique in sql?

0 Answers  


What is difference between TRUNCATE & DELETE?

16 Answers   Ahn Infotech, CitiGroup, ICICI, PreVator, Saama Tech, SkyTech, TCS,


How run sql*plus commands that are stored in a local file?

0 Answers  


What are types of indexes in sql?

0 Answers  


What is a call statement? Explain with an example.

0 Answers  


What is sql mysql pl sql oracle?

0 Answers  


Categories