Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Maximum length of field name - Database
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Database
Q. What is the maximum length of a field name?
- Published on 27 Aug 15
a.
10 characters
b.
30 characters
c.
50 characters
d.
20 characters
ANSWER: 10 characters
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 30 Oct 15
- The VARCHAR2 and CHAR types support two methods of specifying lengths:
- In bytes: VARCHAR2(10 byte)
It will support up to 10 bytes of data, which could be as few as two characters in a multi-byte character sets.
- In characters: VARCHAR2(10 char)
It will support to up 10 characters of data, which could be as much as 40 bytes of information.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲