Question:

A table student has two text fields defined as below:
Name_1 varchar(20),
Name2 char(20)
If Name_1 stores value as ‘Ana' and Name2 stores value as ‘Anuj', then Name_1 will consume characters space and Name2 will consume characters space.

Updated On: Mar 7, 2025
  • 3, 20
  • 20, 4
  • 20, 20
  • 3, 4
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct option is(A): 3, 20
Was this answer helpful?
1
1

Top Questions on Programming in C

View More Questions