Which Of The Following Will Be The Most Suitable Datatype For #463
Which of the following will be the most suitable datatype for the given column?</p> <pre><code class="language-sql">Column Name: Contact_Number, Description: Telephone number of every student</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 datatype for the given column?
Column Name: Contact_Number, Description: Telephone number of every student
NUMBER (10)
VARCHAR (10)
DECIMAL (10)
INTEGER