Interviewer And Interviewee Guide

DSP Interview Question:

Can we create a table with out primary key?

Submitted by: Administrator
yes we can create
CREATE TABLE Orders
(
OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,
ModelID SMALLINT UNSIGNED NOT NULL,
ModelDescrip
);
Submitted by: Administrator

Read Online DSP Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.