SQL Tutorial - 10: Creating Tables from Other Tables

  Рет қаралды 253,783

The Bad Tutorials

The Bad Tutorials

Күн бұрын

Пікірлер: 54
@sumeetsapla
@sumeetsapla 9 жыл бұрын
i m not able to create table table from other table in microsoft SQL server help me out it is giving the error:incorrect syntax near select
@AditiBhondwe
@AditiBhondwe 6 жыл бұрын
Great video !!! You've really explained the topic in detail!
@bashar786
@bashar786 10 жыл бұрын
Hi Madhur, I have tried doing this exact word for word in SQL server 2012, getting following message 'Incorrect syntax near the keyword 'select'.' from what I read on the internet some SQL commands are no supported in different DBMS such as SQL server is this true? also the DESC command does not work in SQL server 2012
@BabbanTantrik
@BabbanTantrik 8 жыл бұрын
I enjoyed the way of explanation. Thank you very much Sir.
@osabhieferguson8562
@osabhieferguson8562 Жыл бұрын
Nice and straight to the point
@imly9863
@imly9863 3 жыл бұрын
Hi, Madhur, I tried to use same syntax but not working the error showing at 'select' and also DESC not working
@kaushikjammy7236
@kaushikjammy7236 8 жыл бұрын
Great tutorials man.....but are these set of tutorials enough to gain sufficient knowledge in SQL?
@krishnakishoreg4695
@krishnakishoreg4695 9 жыл бұрын
Hi Madhur,, I quick question here .. When we create copy of columns, will its properties also be copied . I observed that "id" is primary key in employee table and it is not in emp_info table .. One more question, I see apart from id column others are showing yes for null. What does that mean Thanks krishna
@joefyneface4525
@joefyneface4525 9 жыл бұрын
+Krishnakishore G I noticed the primary id did not copy as well. I wonder if when creating tables from tables, you have to specify which column you want to be the primary key for the newly created table.
@joefyneface4525
@joefyneface4525 9 жыл бұрын
+Krishnakishore G In regards to your second question, The yes for NULL means that for those fields, such as name, you do not need to put in a value for every row. The id field, since it is a primary key, cannot not be NULL, so it must have a value for every row (or record). In addition to not being NULL, the primary key field must also be unique, so no value can be the same in the field.
@raghubarua
@raghubarua 10 жыл бұрын
Madhur, Thanks for the nice tutorials.. Can we also have some advance level tuts for comparision of different DBMS flavors to widen the knowledge.
@subbudgreat
@subbudgreat 10 жыл бұрын
Hi Madhur, I have a query, for the employee table the primary key constraint is present, but when we are creating a new table form emp_info and importing the columns id, name we are not getting the primary key constraint for id in the new table emp_info, is there a reason why this is not coming?
@aanaysingh1
@aanaysingh1 4 ай бұрын
can i create a view using other tables too?
@surgiokilla1011
@surgiokilla1011 3 жыл бұрын
Good video. I like and subscribe!
@definetly_indefinet
@definetly_indefinet 3 ай бұрын
Now i wont fail my exam!
@vivekgupta5041
@vivekgupta5041 3 жыл бұрын
This video was very helpful !!!
@thelegitimatenoob1
@thelegitimatenoob1 8 жыл бұрын
I had fun being the 49,101th person watching this
@IslamReazul
@IslamReazul 8 жыл бұрын
49,101st :)
@yanirazelaya5378
@yanirazelaya5378 8 жыл бұрын
Very good tutorials. Thanks
@unknwn_usr3077
@unknwn_usr3077 4 жыл бұрын
Describe table is not working...
@vibhamahanth2439
@vibhamahanth2439 4 жыл бұрын
try DESC *table name* ;
@venkatareddykummitha5863
@venkatareddykummitha5863 3 жыл бұрын
Nice.. easy to learn
@aanandingle4963
@aanandingle4963 2 жыл бұрын
Who's watching this vid in 20222????
@Herecomesher
@Herecomesher 2 жыл бұрын
Please mysql app installed is different from the one on the video, where can I find sql development. Thank you
@akshayathale
@akshayathale 7 жыл бұрын
Hi, Why we are getting "int(11)" in the result when running DESC employyee, even we have not specify any limit. Akshay
@nexxtentertainment3949
@nexxtentertainment3949 7 жыл бұрын
that's the maximum number of digits allocated to integers by default, unless stated otherwise
@ashrafmohamed3921
@ashrafmohamed3921 9 жыл бұрын
great tutorial, thank you very much
@asfandkhan8295
@asfandkhan8295 7 жыл бұрын
i m using sql 12..they give me error when i execute this query.. error is incorect syntex near kwyword AS
@monikasuman9377
@monikasuman9377 4 жыл бұрын
Done sir 👍🏽
@shwethagowda543
@shwethagowda543 10 жыл бұрын
Hi, After executing queries, i am not getting outputs.
@bethanyhospital835
@bethanyhospital835 6 жыл бұрын
can we do inner join?
@abdullahsultan3244
@abdullahsultan3244 6 жыл бұрын
Thank you Madhur ... :)
@sireeshareddy8046
@sireeshareddy8046 6 жыл бұрын
Can you provide real time interview questions in SQL
@DhanshriBorse-wi8kj
@DhanshriBorse-wi8kj 9 ай бұрын
cab u share latest vdos
@bellasun3820
@bellasun3820 7 жыл бұрын
thx~ however, hope you could provide the code and tables.
@rameshsomsolay159
@rameshsomsolay159 Жыл бұрын
The best class
@virgilproductions
@virgilproductions 5 жыл бұрын
Very good! Thank you!
@cemolos7656
@cemolos7656 3 жыл бұрын
Thanks dude!
@McGavel1
@McGavel1 10 жыл бұрын
Very cool, thanks!
@0fficialfirdos891
@0fficialfirdos891 4 жыл бұрын
Done sir
@vasugoel8216
@vasugoel8216 6 жыл бұрын
brother can you send me the link to download that software
@hossamalaaal-deen7173
@hossamalaaal-deen7173 5 жыл бұрын
mysql workbench
@philemonbabu3273
@philemonbabu3273 2 жыл бұрын
Sir....may I know The website name.......!!!!!!!!!!
@roshansharma5143
@roshansharma5143 6 жыл бұрын
copy table does not work.
@maheshsadhu1339
@maheshsadhu1339 3 жыл бұрын
Tq u
@monaduttasangita7054
@monaduttasangita7054 6 жыл бұрын
sir why your tutorial name is bad that you have specified clearly to us!!!!!!!!!???????
@abhishekdas5286
@abhishekdas5286 8 жыл бұрын
i hv subscribd
@ghansham4067
@ghansham4067 4 жыл бұрын
👍👍
@chandughai7978
@chandughai7978 4 жыл бұрын
👍
@monikasuman9377
@monikasuman9377 4 жыл бұрын
👍🏽👍🏽
@deekshapayasi170
@deekshapayasi170 4 жыл бұрын
Why is your channel name "bad tutorials" ? U mad or what
@sumitkumar-xf4mv
@sumitkumar-xf4mv Жыл бұрын
please speak a little bit slow
@jasveersuman9346
@jasveersuman9346 4 жыл бұрын
👍👍
SQL Tutorial - 11: Removing Tables from Database
3:09
The Bad Tutorials
Рет қаралды 99 М.
SQL Create Table and Insert Data - A Complete Tutorial
15:36
The SQL Guy
Рет қаралды 244 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
SQL Tutorial - 12: Inserting Data Into Tables
10:10
The Bad Tutorials
Рет қаралды 673 М.
How to Create Tables in MySQL Database
11:12
SQL and Data Analysis For All
Рет қаралды 168
MySQL: How to create a TABLE
8:10
Bro Code
Рет қаралды 321 М.
SQL Tutorial - 13: Inserting Data Into a Table From Another Table
7:00
The Bad Tutorials
Рет қаралды 448 М.
SQL Tutorial - 9: Create Table Statement
7:48
The Bad Tutorials
Рет қаралды 1,6 МЛН
SQL Tutorial - 29: SQL JOINS
7:54
The Bad Tutorials
Рет қаралды 365 М.
SQL Tutorial - 21: The UPDATE Query
6:12
The Bad Tutorials
Рет қаралды 300 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН