adplus-dvertising
frame-decoration

Question

In SQL, the type of character string value which is padded with blank characters to the right side of string is called

a.

fixed length bit-string

b.

literal time stamp

c.

literal string value

d.

fixed length string

Posted under SQL DBMS

Answer: (d).fixed length string

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In SQL, the type of character string value which is padded with blank characters to the right side of string is called

Similar Questions

Discover Related MCQs

Q. The type of data in SQL which includes TIME and DATE fields plus six positions for other decimal fractions is classified as

Q. The data type DATE consists of ten positions where as the data type TIME consists of

Q. The module in the SQL which is used to identify elements in the schema is classified as

Q. In varying length character string CHAR(n), the 'n' represents

Q. The concatenation operator in SQL which can concatenate two strings is denoted as

Q. In the statement DECIMAL () to specify numeric data type, the number of decimal digits is called

Q. Considering the change in schema statement in SQL, the command which is used to delete records of table and leave the definition of table for later use is classified as

Q. In standard query language, the rows and columns are called respectively

Q. If the length of bit string is multiple of 4 then it can be specified with the notation called

Q. The referential triggered action clause in Standard Query Language is attached to constraint called

Q. The types of bit-string data type are

Q. If the concatenation operator is applied to two strings such as [ 'ABCD' || 'wxyz' ] then the resultant string will be

Q. In SQL, the constraints, constructs, views, domains and tables are classified as its

Q. The clause used in CREATE TABLE statement in SQL to specify secondary keys is called

Q. The possible actions of altering the tables in Standard Query Language includes

Q. The type of bit strings which is preceded by 'B' and is placed between single quotes is classified as

Q. In CREATE TABLE SQL command, each table must have atleast column/s

Q. Which of the following information does an SQL DDL not specify?

Q. Which of the following data types does the SQL standard not support?

Q. Which command is used to create a new relation in SQL