yummy_bee
yummy_bee
CC#
Created by yummy_bee on 10/2/2024 in #help
✅ SQL code
No description
8 replies
CC#
Created by yummy_bee on 10/2/2024 in #help
✅ SQL code
No description
8 replies
CC#
Created by yummy_bee on 10/2/2024 in #help
✅ SQL code
hmm yeah okay, when i try to create the table quality it says there already is a table named quality
8 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
Yeah I did that but still nothing changed
13 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
What I wrote next is a different assignment this is the entire question
13 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
I don’t think so I get even more errors then
13 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
No description
13 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
it is still weird but i think it will be fine
13 replies
CC#
Created by yummy_bee on 9/29/2024 in #help
SQL code invalid object name
Haha yeah okay, yeah sometimes it acts weird
13 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
Yeah, if it works in the compiler it should be fine maybe it’s just a problem on my computer
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
Yeah I know it’s weird
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
We work in microsoft SQL server
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
I am not sure I think standard sql
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
I tried that and I still get the same error unfortunately
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
No description
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
yeah i get more errors so it might be somthing else that is wrong
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
yeah okay thank you
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
when i hold the mouse over Quality it says there already is an object named Quality in the databse which is weird because there should not be
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
ALTER TABLE Suppliers ADD QualityID int; CREATE TABLE Quality (QualityID int PRIMARY KEY, QualityLevel varchar(20) NOT NULL); INSERT INTO Quality (QualityID, QualityLevel) VALUES (0, 'Acceptable'), (1, 'Medium'), (2, 'High'); UPDATE Suppliers SET QualityID = 1;
32 replies
CC#
Created by yummy_bee on 9/27/2024 in #help
SQL code
Hmm yeah okay weird
32 replies