TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Б. Бямбадорж
NA
28
5.2k
There is already an object named 'items' in the database.
Apr 2 2021 12:28 PM
how fix this prodlem
create
database
why
create
table
items(
iid
int
identity(1,1)
primary
key
,
name
varchar
(250)
not
null
,
category
varchar
(250)
not
null
,
price
bigint
not
null
);
select
*
from
items
Reply
Answers (
6
)
UNPIVOT with NULL values
Reverse integer without using REVERSE() from the table using SQL Serve