edited by
7,468 views

3 Answers

8 8 votes
Ans is D.

Text types are Variable length types.For text storage requirements depend on the following factors:

1.The Actual length of column value

2.The columns maximum possible length
5 5 votes

I think it is Variable . we can use it a/c to our need..

Answer:
Position:
Show:

Related questions

3 3 votes
1 1 answer
4.9k
4.9k views
go_editor asked Jun 17, 2016
4,949 views
Consider the following schema:$\textsf{Emp (Empcode, Name, Sex, Salary, Deptt)}$A simple SQL query is executed as follows:SELECT Deptt FROM Emp GROUP by Dept Having avg (...
6 6 votes
4 4 answers
6.8k
6.8k views
go_editor asked Jun 17, 2016
6,759 views
Consider the following relational query on the above database:SELECT S.name FROM Suppliers S Where S.sid NOT IN (SELECT C.sid FROM Catalog C WHERE C.pid NOT IN (SELECT P....
9 9 votes
3 answers 3 answers
5.3k
5.3k views
go_editor asked Jun 19, 2016
5,337 views
If a node has $K$ children in $B$ tree, then the node contains exactly _____ keys.$K^2$$K-1$$K+1$$\sqrt{K}$
10 10 votes
3 answers 3 answers
4.9k
4.9k views
go_editor asked Jun 17, 2016
4,901 views
Let $\text{R = (A, B, C, D, E, F)}$ be a relation scheme with the following dependencies $\text{C} \rightarrow \text{F, E} \rightarrow \text{A}, \text{EC} \rightarrow \te...