What is the default value of CHAR type?
Answers were Sorted based on User's Feedback
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 |
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 |
Is sql the best database?
how does a local variable is defined using t-sql? : Transact sql
What is the execution plan in sql?
How to look at the current sql*plus system settings?
Why query optimization is needed?
table name :Tab fields name 1.trx_no (pk) 2.trx_date 3.account code (7 char) 4.account type (1 char) 5.amt Tab contains account code day wise debit and credit transaction , account type fiels can have 2 value D for debit and c for Credit . write a query to display the account code wise total debit and credit bal for the month of april 2004. write a query to display account code wise new amt credit for the april 2004
Does sql view stored data?
What are different types of keys?
How long does it take to learn pl sql?
How to add, remove, modify users using sql?
what are date and time data types in mysql? : Sql dba
Which join is like inner join?