Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Schema Creation Failed: A table must have at least 1 column:
Abhishek Jaiswal
10y
1.3k
1
Reply
hello!
am getting an error while creating this table,
(Schema Creation Failed: A table must have at least 1 column:)
create table EMP_TABLE
{
Name Varchar(20),
ID int not null,
Age int,
Salary float (20,2),
primary key(ID)
};
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
can a table have 2 foreign keys?
Invalid object name