Multiple Choice
Which of the following data types used in SQL would define a fixed-length text field of 10 characters?
A) text(10)
B) char(10)
C) varchar(10)
D) fixed(10)
E) length(10)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Explain how to run an SQL query
Q45: Discuss SQL data types.
Q70: Explain the essential format of the CREATE
Q87: To open a new Microsoft Access Query
Q88: Given the table STUDENT(StudentID,Name,Advisor),which of the following
Q89: For a column to be defined as
Q90: The result for SELECT statements in SQL
Q93: Explain two methods for defining a primary
Q95: Using SQL commands,multiple tables can be queried
Q96: Compare and contrast subqueries and joins.