P Pre Langsql Cssfilehk1style Create Table Employee Id #278
</p> <pre><code class="language-sql"> Create table employee (id integer,name varchar(20),salary not null); Insert into employee values (1005,Rach,0); Insert into employee values (1007,Ross, ); Insert into employee values (1002,Joey,335);</code></pre> <p>Some of these insert statements will produce an error. Identify the statement.
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Null Values Operations - Quiz No.1.
Create table employee (id integer,name varchar(20),salary not null); Insert into employee values (1005,Rach,0); Insert into employee values (1007,Ross, ); Insert into employee values (1002,Joey,335);
Some of these insert statements will produce an error. Identify the statement.
Insert into employee values (1005,Rach,0);
Insert into employee values (1002,Joey,335);
Insert into employee values (1007,Ross, );
None of the mentioned
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes