SQL Basics: Table creation and inserting data
Uploader Comments (michaelfudge)
All Comments (10)
-
SQL 2005 Management Studio Express actually works....I tried on my Windows7 Machine no-luck and tried 2008 express ...no luck - but then I went and downloaded onto my laptop running a very old WindXP edition and SQL Server 2005 Management Studio express actually loaded up and ran like a dream. Problem is now I have Visual Web developer 2008 working on Windows7 machine at Mums house with no database working but the SQL server Man Studio working on my laptop at my house ...2 miles apart!!Options?
-
From 4:40...Instead of the 3 insert statements, u can do the following:
insert into product_types
(product_type) values ('book'),('hardware'),('softwa
re'); -
@sickness2snipe yeah it is .
-
Great video. Helped a lot. Thanks!
-
is your name really michael fudge?
-
good thanks!!!!!!
-
Thanks
@dolaonline Very true! I know that works in 2008, I wonder about SQL 2005.
michaelfudge 2 weeks ago
how can i create table and insert data in the same time from a nother table
thegoldabdel 4 months ago
@thegoldabdel SELECT INTO newTABLE ....
michaelfudge 2 weeks ago