APPLICATION OF SUPERVISED LEARNING
ARTIFICIAL INTELLIGENCE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A type of data that is a sequence of characters and can include letters or numbers. MUST BE WITHIN QUOTATION MARKS!
|
String
|
|
Integer
|
|
Float
|
|
Data
|
Explanation:
Detailed explanation-1: -A character constant is a contiguous sequence of characters enclosed in single or double quotation marks.
Detailed explanation-2: -The CHAR data type stores any string of letters, numbers, and symbols. It can store single-byte and multibyte characters, based on the database locale. The CHARACTER data type is a synonym for CHAR.
Detailed explanation-3: -Character strings are the most commonly used data types. They can hold any sequence of letters, digits, punctuation, and other valid characters.
There is 1 question to complete.