The maximum length of the char columns is ____________
1.255 bytes
2.65, 535 bytes
3.256 bytes
4.None of the mentioned
Answer:1
Posted Date:-2021-07-18 21:22:44
1.integer
2.floating point
3.hexadecimal
4.string
Answer 41.NO
2.YES
3.May be
4.None of the mentioned
Answer 11.Fixed length string
2.Variable length string
3.Either Fixed or Variable length string
4.None of the mentioned
Answer 31.double precision floating point
2.single precision floating point
3.decimal integer
4.hexadecimal integer
Answer 11.identifier-quoting character
2.string-quoting character
3.hexadecimal
4.string
Answer 11.Composite attributes
2.Multivalued attributes
3.Table name
4.None of the mentioned
Answer 31.Yes
2.No
3.Depends on the server
4.Depends on the usage of the table
Answer 21.TRUE
2.FALSE
3.Undetermined
4.Depend
Answer 31.8
2.16
3.32
4.64
Answer 21.32
2.64
3.128
4.16
Answer 21.0b
2.0bit
3.bit-
4.‘bit’
Answer 11.32
2.64
3.65
4.16
Answer 31.‘c’
2.‘ ’
3.‘’
4.‘z’
Answer 21.-1.58
2.1.58
3.E
4.5
Answer 11.255 bytes
2.65, 535 bytes
3.256 bytes
4.None of the mentioned
Answer 11.1
2.2
3.3
4.4
Answer 21.CHAR_LENGTH()
2.LENGTH()
3.LEN()
4.SIZE()
Answer 21.NULL
2.0
3.1
4.-1
Answer 11.NULL
2.0
3.-1
4.Undefined
Answer 11.Primary key
2.NULL
3.Foreign Key
4.A ”foreign Key” belong to this particular table
Answer 41.Declaring primary key
2.Declaring Foreign Key
3.Restrictions on columns
4.All of the mentioned
Answer 41.Introducers
2.CONVERT()
3.CONVERTER()
4.CONVERTS()
Answer 21.Absence of value
2.Unknown
3.Empty set
4.All of the mentioned
Answer 41.CREATE TABLE name;
2.CREATE name;
3.CREATE TABLE
4.All of the mentioned
Answer 11.gender char(1) check( gender IN (‘M’, ‘F’)),
2.gender char (1) check,
3.gender char (1) check ( gender ),
4.none of the mentioned
Answer 11.gender ENUM (‘M’, ‘F’),
2.gender ENUM,
3.gender ENUM ( ),
4.none of the mentioned
Answer 11.ALTER TABLE person MODIFY person_id SMALLINT UNSIGNED AUTO_INCREMENT;
2.ALTER TABLE person person_id SMALLINT UNSIGNED AUTO_INCREMENT;
3.ALTER TABLE person MODIFY person_id ;
4.ALTER TABLE person
Answer 11.SHOWS TABLES
2.SHOW TABLE
3.SHOW
4.SHOWS TABLES;
Answer 41.Username
2.Password
3.Only Username
4.Both Username and Password
Answer 41.character_set_system
2.character_set_server
3.collation_server
4.character_set_database
Answer 11.RENAME
2.MODIFY
3.ALTER
4.None of the mentioned
Answer 11.WHERE
2.FROM
3.ALTER
4.None of the mentioned
Answer 11.WHERE
2.SELECT
3.FROM
4.ALTER
Answer 31.ORDER by CLAUSE
2.MODIFY
3.ALTER
4.UPDATE
Answer 11.select now()
2.SELECT now();
3.SELECT now()
4.None of the mentioned
Answer 21.DESC table_name;
2.DESC table_name
3.DESC
4.None of the mentioned
Answer 11.SHOWS
2.SHOW
3.SHOWES
4.None of the mentioned
Answer 41.ENUM
2.ENUM1
3.ENUM2
4.None of the mentioned
Answer 11.Varchar
2.Char
3.Both Varchar and Char
4.None of the mentioned
Answer 11.Char
2.Varchar
3.Both Char and Varchar
4.None of the mentioned
Answer 11.AUTO_INCREMENT
2.AUTO
3.INCREMENT
4.All of the mentioned
Answer 11.NO_ESCAPES_SLASH
2.NO_ESCAPES_BACKSLASH
3.NO_BACKSLASH_ESCAPES
4.NO_BACKSLASH_ESCAPE
Answer 31.Change the name of the table
2.Change the name of the column
3.Drop a column
4.All of the mentioned
Answer 41.ALTER
2.Modified
3.SELECT
4.FROM
Answer 11.UPDATE
2.WHERE
3.MODIFY
4.ALTER
Answer 11.DELETE
2.WHERE
3.MODIFY
4.None of the mentioned
Answer 11.INSERT INTO
2.Insert
3.INSERT
4.None of the mentioned
Answer 11.SELECT
2.ALTER
3.MODIFY
4.FROM
Answer 11.abcd and 1633837924
2.abcd and 4297383361
3.dcba and 1633837924
4.dcba and 4297383361
Answer 11.65534
2.66535
3.65536
4.65537
Answer 3