How Many Columns Will Be Created When The Following Sql #326
How many columns will be created when the following SQL statement will get executed?</p> <pre><code class="language-sql">CREATE TABLE Employee (Eid int, FName varchar (50), LName varchar (50), Email varchar (50), Address varchar (50), City varchar (50)); </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 Database - SQL Create Table - Quiz No.1.