According To The Following Sql Statement Which Of The Column Is #325
According to the following SQL statement, which of the column is specified as the primary key?</p> <pre><code class="language-sql">CREATE TABLE STUDENTS (ID INT PRIMARY KEY, NAME VARCHAR (15) NOT NULL, AGE INTNOT NULL, ADDRESS CHAR (25));</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.