Mam is doing the work which our need of hour,python content is not found in any systematic manner like this channel anywhere google or KZbin and she is providing us quality content for us free of cost 🙏 i request everybody to make her channel as popular as our PHYSICS WALLAH SIR🥰 revolution begins here for computer subject. Do like share and subscribe ❤
@SwatiChawlaofficial3 жыл бұрын
Thankuu so much for ur support...🙏🏻😊
@emimaryrose6433 жыл бұрын
what u said is so true..
@navinpatidar6974 Жыл бұрын
💯
@aryajolly98703 ай бұрын
Theee besttt cs teacher ❤❤❤❤
@Teacher-s16232 жыл бұрын
Best computer teacher 👍👍
@SwatiChawlaofficial2 жыл бұрын
Thanku so much... 🙏🏻🙂
@rishabhsharma77014 жыл бұрын
terrific video but mam pls provide ppt in the discription box of every video this would me very helpful
@mrwordpress66763 жыл бұрын
Thanks for this quality content
@SwatiChawlaofficial3 жыл бұрын
my pleasure...
@Karthika42010 ай бұрын
Thank you maam for wonderful explanation ❤❤❤
@SwatiChawlaofficial10 ай бұрын
Most welcome 😊
@Sourab_kumar_ Жыл бұрын
Mam your teaching quality are next level and you are teaching in govt. School
@SwatiChawlaofficial Жыл бұрын
Thanks a lot
@PrithamFzx8 ай бұрын
Is she teaching in govt school?
@SA-so2zc3 жыл бұрын
Mam why is warning shown after execution ? (At 13:40) Does it have any significance ?
@ruphusjohn83843 жыл бұрын
Too clear ma'am. Thanks ma'am
@SwatiChawlaofficial3 жыл бұрын
Welcome Keep watching
@neerajmenon81073 жыл бұрын
everything is clear mam. Thank you so much for your efforts.
@SwatiChawlaofficial3 жыл бұрын
You are welcome 😊
@smunofficial19632 жыл бұрын
Thankyouu so much mam , today after 40 min , there is my board practial , thankyou for helping!!
@SwatiChawlaofficial2 жыл бұрын
My pleasure
@vaibhavigupta312 жыл бұрын
You are the best teacher❤️..... cleared all my doubts✌️.....all the concepts of this video are crystal clear to me🥳.....your great explanation forced me to do this comment ❤️✨😁🥳😍
@SwatiChawlaofficial2 жыл бұрын
Thanku so much... 🙂
@vibilansivakumar4 жыл бұрын
Mam I'm very thankful to you
@SwatiChawlaofficial4 жыл бұрын
Thank You so much..😊🙏🏻
@NeerajKumar-qd8fy4 жыл бұрын
Mam you have cleared my all the concepts!!best video on SQL.... Thanks mam !!! Mam please send me ppt of complete SQL.. please mam!!!!🙏
@SwatiChawlaofficial4 жыл бұрын
Thanku so much... 😊🙏🏻
@SwatiChawlaofficial4 жыл бұрын
Sure...send me ur mail id
@NeerajKumar-qd8fy4 жыл бұрын
@@SwatiChawlaofficial nkec12525@gmail.com
@NeerajKumar-qd8fy4 жыл бұрын
Pls send on this email nkec12525@gmail.com 🙏
@NeerajKumar-qd8fy4 жыл бұрын
Mam please send ...I haven't received it yet..
@SurajSingh-wt6ol2 жыл бұрын
Thank you mam for helping this concept
@SwatiChawlaofficial2 жыл бұрын
Most Welcome
@studywithdivprit27443 жыл бұрын
Mam .....just bcz of u i got 65 out of 70 in preboard
@SwatiChawlaofficial3 жыл бұрын
That's great... Congratulations!!!
@BarhrakshitaАй бұрын
Hey could you please tell me the strategy for cs , I am in 12th and I am not able to complete the syallbus till now,
@utpalm94534 жыл бұрын
Can we add primary key constraint while adding a new column by alter table? Ma'am.. pls ans this
@utpalm94534 жыл бұрын
Ma'am.. what if we add constraint NOT NULL while adding a new column by alter table?
@xperthighlight Жыл бұрын
Mam apki wajah se mere ache marks aaye h pure pre boards me bus ab me chahta hu ki kal mere boards me 90 above ajaye
@Teenu4 жыл бұрын
mam thanks i watched complete playlist of mysql and finding cs quite easy because of you. very very thanks mam......
@SwatiChawlaofficial4 жыл бұрын
You are most welcome
@Surajfutureca80833 жыл бұрын
Mam you are really good😎 teacher
@SwatiChawlaofficial3 жыл бұрын
Thanku so much.... It really means alot...
@innovative29664 жыл бұрын
Nice video thanks Ma'am
@SwatiChawlaofficial4 жыл бұрын
Most welcome 😊
@utpalm94534 жыл бұрын
Can we change the datatype or datatype size through CHANGE command of alter table???
@SwatiChawlaofficial4 жыл бұрын
yes.. For example, the size of column name is 10 earlier and u want to change it to 15 now.. The query will be: mysql> ALTER TABLE students MODIFY name VARCHAR(30);
@indiranamasivayam91742 жыл бұрын
Càn only data type be changed using modify in alter command mam? If so, it is possible only to change int to float and vice versa and char to varchar and vice. Is it not possible to change int or float to char or varchar and vice versa.
@naveenmittal5115 Жыл бұрын
Thanks a lot mam for this great grand explanation 🥰
@SwatiChawlaofficial Жыл бұрын
Thanks and Welcome Keep Watching
@RahulSaini-pp5kz3 жыл бұрын
no doubts🤩🤩🤩🤩
@SwatiChawlaofficial3 жыл бұрын
That's Great.. Thanku...
@lalithaprabhath6920Ай бұрын
WHAT IF WE ADD CONSTRAINT, NOT NULL WHILE ADDING A NEW COLUMN BY ALTER TABLE MAM !??
@dhruvsaini5002 жыл бұрын
ALTER TABLE Item ADD (Discount INT); Mam this was the ans of one of the question asked in sample paper. Here in the ans key there is the use of brackets even when we are adding a single column but mam the command which you have told there is no brackets use so mam if we write this command without brackets then it will be wrong??
@SwatiChawlaofficial2 жыл бұрын
If u r adding multiple columns in a table using Alter command, then brackets are mandatory... If u r adding single column in a table, then brackets are optional... Plz try this urself practically as well..
@Sourab_kumar_ Жыл бұрын
Legend seeing this before a month of final exam😂
@SwatiChawlaofficial Жыл бұрын
Best wishes for your exam
@radioactive75838 ай бұрын
A legend pro max watching the day before board exam, even after having 24 days to study.
@hakeshcoc20898 ай бұрын
@@radioactive7583 10hrs before exam
@Aliumplayz3 ай бұрын
@@hakeshcoc208915 mins before exam in exam hall
@avirajmishra86733 ай бұрын
Watching in Exam hall💀
@anupmasrivastava4880 Жыл бұрын
Ma'am how can we enter a column in-between 2 existing columns? Pls tell
@GSMHere2 жыл бұрын
Mam is there any way to add any column at any position in the table instead of adding it at the end of the table...?
@rishabharyan6132 жыл бұрын
In mysql column position doesn't matter it can be changed when u will add column and again desc the table the position of column will be changed
@shabeerkhan3792 жыл бұрын
Mam can we copy entire data values from one table to another table?
@SwatiChawlaofficial2 жыл бұрын
Yes... The INSERT INTO SELECT statement copies data from one table and inserts it into another table. The INSERT INTO SELECT statement requires that the data types in source and target tables match. INSERT INTO table2 SELECT * FROM table1 WHERE condition;
@sagarmishra72192 жыл бұрын
@@SwatiChawlaofficial ma'am not getting ispr short video bana dijiyega 🙏🙏🙏
@SwatiChawlaofficial2 жыл бұрын
Okk...
@sagarmishra72192 жыл бұрын
@@SwatiChawlaofficial 🙏
@srutirajprusty6404 Жыл бұрын
Mam update ke Alag type ke bhi Qns hai...jese update marks by increasing it by 5%...iss type ke qn chahiye
@CosmoScion Жыл бұрын
Homie from KV Berhampur 👊🤝
@srutirajprusty6404 Жыл бұрын
@@CosmoScion hiii dude...sry topper🤩🤩
@CosmoScion Жыл бұрын
@@srutirajprusty6404 UPDATE students SET marks = marks * 1.05;
@CosmoScion Жыл бұрын
@@srutirajprusty6404 😂
@its__Hacker Жыл бұрын
UPDATE SET marks = marks + (marks*0.05);
@kri_nimita3 жыл бұрын
Can we add a new column after any desired column..for example in the table emp if i want to add the gender column just after the name column...can i do that?
@RahulSaini-pp5kz3 жыл бұрын
you can add from alter but not sure if u can add at desired location but if you want to😂😂 delete the previous coulums add your desired coulumn and then add those deleted coulumns again😂😂
@SwatiChawlaofficial3 жыл бұрын
Yes we can do this...by the following syntax.. alter table emp add gender varchar(2) after name;
@kri_nimita3 жыл бұрын
@@SwatiChawlaofficial ok ma'am 😊
@KesavanVenkateswaran3 ай бұрын
Mam in alter command for single column addition its not working for int datatype if bracket is not enclosed
@SwatiChawlaofficial3 ай бұрын
Please share your complete syntax
@indiranamasivayam91742 жыл бұрын
can only one column be modified at a time mam
@SwatiChawlaofficial2 жыл бұрын
Yes
@studywithdivprit27443 жыл бұрын
!!!!Mam I NEED A HELP !!!!!..board practical viva ke liye...apna best chapter theory ... MySQL ...aur data handling me se kya rakhna suitable.. . Hoga ....bcz in school , which examinar will came.... Unka database portion bhut strong h.....
@SwatiChawlaofficial3 жыл бұрын
in which u r having command.... if u r comfortable with these two..go for it + connectivity also, if possible
@studywithdivprit27443 жыл бұрын
Okk...thanks mam....
@aarthipekamwar34732 жыл бұрын
All sql comands will be in capital letters But in some programs they are in small letters and some are capital
@parthsingh14122 жыл бұрын
SQL IS CASE INSENSITIVE LANGUAGE YOU CAN USE BOTH SMALL OR CAPITAL
@parthsingh14122 жыл бұрын
@Aarthi Pekamwar
@puspalatakar70062 жыл бұрын
@@parthsingh1412 not case sensitive
@puspalatakar70062 жыл бұрын
@@parthsingh1412 kyunki agar case sensitive hoga to wo depend karega ki tum command ko kese likh rahe ho
@chesstricksandtraps1 Жыл бұрын
@@puspalatakar7006 Usne case INsensitive likha hai
@utpalm94534 жыл бұрын
Can two columns have same name?
@SwatiChawlaofficial4 жыл бұрын
no
@saumyasingh...84413 жыл бұрын
You are best mam❤️
@SwatiChawlaofficial3 жыл бұрын
Thanks a lot 😊
@rajeshwarikurmi20392 жыл бұрын
Mam keyword ko capital main likhna zaroori hai kya
@SwatiChawlaofficial2 жыл бұрын
No
@utpalm94534 жыл бұрын
So, we can apply insert into and desc command even afte deleting it.. but not in the case of after dropping it .. am i correct ma'am?
@SwatiChawlaofficial4 жыл бұрын
yes..drop command will completely delete the table..
@mrabhishek32832 жыл бұрын
24:53 yeh kya tha ?
@viswaraje84414 жыл бұрын
In ALTER command both keywords change and modify seems same. In what situation we have to use change
@SwatiChawlaofficial4 жыл бұрын
MODIFY clause is used to change data type, size, default value, order of column, etc.. CHANGE clause of ALTER command is used to change the name of the column(s).
@Drishti_Sadh8 ай бұрын
Are these lec are sufficient for tomorrow's exam 😶
@Proxz8 ай бұрын
do the sample papers
@asmiivarshney33808 ай бұрын
Cbse boards?
@Proxz8 ай бұрын
@@asmiivarshney3380 ye
@Drishti_Sadh8 ай бұрын
@@asmiivarshney3380 yepp
@indiranamasivayam91742 жыл бұрын
Mam , suppose we have created a table And we have altered it by adding few columns Now if we r asked to insert few records should we include the added columns or not
@chesstricksandtraps1 Жыл бұрын
You can but if you don't then it will leave it null so no error will occur.
@silent19753 жыл бұрын
Thank you so much mam
@SwatiChawlaofficial3 жыл бұрын
Most welcome 🙏🏻😊
@artwithkajal17392 жыл бұрын
Mam when we use drop command then is it delete also database?
@SwatiChawlaofficial2 жыл бұрын
To delete table: Drop table tablename; To delete database: Drop databasename;
@Theera40294 жыл бұрын
how to add data for newly inserted coloumns...
@SwatiChawlaofficial4 жыл бұрын
Using update commamd
@Theera40294 жыл бұрын
@@SwatiChawlaofficial yes.....thank you but we can't add data for all new columns at a time....
@SwatiChawlaofficial4 жыл бұрын
Suppose you added two columsn in ur mysql table as: alter table student add (Stream varchar(10), fees int); To add values simultaneously for both the columns, update student set Stream='Non Med' , Fees='12000' where id=101; You can add values for all the rows also in a particular column, by omitting the where clause. Update Student set Gender='M' ; This will add Gender M in all the rows fro that particular column..
@TunerXMusic4u2 жыл бұрын
Mam is there any android app good for SQL in your knowledge?
@@SwatiChawlaofficial mam it is not giving output plz suggest anthor 🙏🏻🙏🏻
@SwatiChawlaofficial4 жыл бұрын
I have tried this.. It's working fine
@narayansinghtomar32504 жыл бұрын
@@SwatiChawlaofficial mam output is taking too much time
@manavnagrani83383 жыл бұрын
Mam if you could provide ppt it would be really helpful at the time of revision thank you 🙏
@SwatiChawlaofficial3 жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@ManojKumar-qz5yf2 жыл бұрын
Ma'am when i am entering 2005 as year in dob it showing error and asks to enter 1990. What should i do?
@SwatiChawlaofficial2 жыл бұрын
Enter in the format of yy-mm-dd
@chesstricksandtraps1 Жыл бұрын
Actually when you enter like 2005-01-01 then instead of reading it as 2005 hyphen 01 hyphen 01, it assumes it to be 2005 minus 01 minus 01. Try it without the hyphen like 20050101. Reply if it works :)
@aishanasim19004 жыл бұрын
Mam ek table create kiye jisme rollno,name and marks h Mam we want rollno as primary key then .....mam plz make it by the use of Alter command 🙏
@SwatiChawlaofficial4 жыл бұрын
create table student (rollno int, name varchar(10), mark float ); alter table student add constraint PRIMARY KEY(rollno);
@aishanasim19004 жыл бұрын
Thank you so much mam 🙏🤩😊😀
@samdevan80774 жыл бұрын
Can u take live sessions
@SwatiChawlaofficial4 жыл бұрын
Yes... Already started... Even today also...6:15 p.m. for details...plz Check community tab.. Plz subscribe the channel and press the bell icon so that u don't miss any notification...
@RohitKumarMishra-f4c Жыл бұрын
Mam alter ka use krke yek new column add to ho jayega but usme null values hongi Agr null ki jagah usme kuchh aur enter krna ho to kese krenge
@SwatiChawlaofficial Жыл бұрын
By using update command
@RohitKumarMishra-f4c Жыл бұрын
@@SwatiChawlaofficial yes mam 😅 mam preboard aa gye h one shot series chla do
@tanishksharma84308 ай бұрын
ALTER TABLE TABLE_NAME ADD NEW_COLUMN DATATYPE NOT NULL DEFAULT='HELLO'
@krishnanikhil25073 жыл бұрын
THank you mam loved it
@SwatiChawlaofficial3 жыл бұрын
Most welcome 😊
@Aves73 жыл бұрын
Thanks mam
@SwatiChawlaofficial3 жыл бұрын
Welcome..
@poonammaurya75262 жыл бұрын
Plssssssssssss also provide ppt na maam.
@SwatiChawlaofficial2 жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@GSMHere2 жыл бұрын
Bro you have the feature of screenshot...Just simply use it and save the photos in a particular folder...membership...huh...
@mayank55492 жыл бұрын
@@GSMHere lol
@whatsappstatus6113 Жыл бұрын
Mam pls provide ppt also
@SwatiChawlaofficial Жыл бұрын
Sure..You can enjoy special perks by joining the membership. Have a look at this. kzbin.info/door/2vH9rqGh-fJELF8acGfBdwjoin
@Sourab_kumar_ Жыл бұрын
😂😂😂
@Katojameskats7 ай бұрын
❤❤❤
@zayafila45283 жыл бұрын
I like to study computer science due to mam
@SwatiChawlaofficial3 жыл бұрын
That's Great... Thanku so much..
@utpalm94533 жыл бұрын
Ma'am.. what if we add constraint NOT NULL while adding a new column by alter table?