Which Of The Following Will Be The Most Suitable Data Type For #461
Which of the following will be the most suitable data type for the given column?</p> <pre><code class="language-sql">Column Name: Id, Description: Nine-digit roll number starting with R, Example: R100218066</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Hosting, Operators and Data Types - SQL Data Types - Quiz No.1.
Which of the following will be the most suitable data type for the given column?
Column Name: Id, Description: Nine-digit roll number starting with R, Example: R100218066
Integer
VARCHAR2(10)
CHAR (10)
Number (10)