SIMPLE SQL DATABASE AND TABLE CREATION
Uploader Comments (billaking)
All Comments (43)
-
How would you get to this point. Do you have a reference that explains how to set up what you did before you created the database? I want to do this on an actual server. not a localhost. Thanks and God Bless.
-
thx ..........................dear
-
Thanks for the good video. The mistakes add to a "real world" experience.
-
THANK U BRO
-
@Bioh4zardGaming : This should work
insert into [TIMECLOCK] ([name],[date])
values('1','12/12/2012')
-
Thanks for the tutorial here. Made it alot easier to understand database creation. Kudos and probs bredda.
-
i watch tutorial videos of SQL because our prof. is so boring and making it really boring and useless....
-
Thanks a lot brother. Please upload some more tutorials/
-
You are my savior when it comes to SQL...I really needed this video to help get me on track...THANX...I got an A....
-
herbert the pervert
ok so on the insert into what i am calling [Timeclock] i have a bad syntax somewhere....
insert into [TIMECLOCK] (name,date)
value('1','12/12/2012'
please help
-Kris
Bioh4zardGaming 1 year ago
@Bioh4zardGaming values not value
billaking 1 year ago
HOW do we insert a lot of data from a text file?
is there a way to do that .. maybe a video??/ :)
pcmatt2000 1 year ago
@pcmatt2000 Put a GO after each insert line
billaking 1 year ago
HOW do we insert a lot of data from a text file?
pcmatt2000 1 year ago
@pcmatt2000 Put the GO keyword after each insert string
billaking 1 year ago