I really appreciate your dedication towards teaching. I know you were not well from last week, but even after recording the new session for students is truly shows dedication towards teaching. Thanks 👍 for teaching.
Thanks, Sir for these valuable sessions.Very crip and understandable. I am trying to insert a decimal value 12000.1 in a Decimal type SALARY(6,2) and it is throwing an error "out of range value for column SALARY". Post-reading the content, I realised that (6,2) only allows a total of 6 digits including a preset 0 after (.1), Hence the system reads it 12000.10 which outranges the limit.
Hey there, God bless your efforts. I have a simple enquiry as a new sql learner. How is sessions handled in sql applications? Are sessions related only to transactions or it is much broader than that? Thanks a lot.
Thanks for the awesome video again... I am not able to define "changed_at TIMESTAMP DEFAULT NOW()" in SQL Server... I am trying to use GETDATE() there but it's giving error that "Defaults can't be created on columns of data type timestamp". Any suggestions?
Checkout the Big Data course details here: trendytech.in/?referrer=youtube_sql10
I really appreciate your dedication towards teaching.
I know you were not well from last week, but even after recording the new session for students is truly shows dedication towards teaching.
Thanks 👍 for teaching.
Thank you so much for making this series, I have tried to learn SQL from courses, and videos but never felt this confident and interested.
recording lecture at so early morning , for us you are really a Gem to the tech industry thanks alot sir for this playlist..
Thanks, Sir for these valuable sessions.Very crip and understandable.
I am trying to insert a decimal value 12000.1 in a Decimal type SALARY(6,2) and it is throwing an error "out of range value for column SALARY". Post-reading the content, I realised that (6,2) only allows a total of 6 digits including a preset 0 after (.1), Hence the system reads it 12000.10 which outranges the limit.
hey (6,2) means that total digits will be at 6 , before decimal you can have max 4 digits and after that 2.
Can you please extend the Group By session by adding "Having" clause , and how "Having" "Where" "Group by" and "Order by" together work?
Thank you Sir! On update clause was new for me!
Glad you found it helpful.
@@sumitmittal07 Me too
I appreciate the efforts.
Thank you for sharing!!!!!
🔰 Thank you for these great insights sir....🙏🏻
Happy to hear that you found it helpful
Thank you so much, sir.
Sir what is the notepad you are using on the MAC ?
Sir where we can find the notes? Please attach in description if possible. Thanks
Good one
Hey there,
God bless your efforts.
I have a simple enquiry as a new sql learner.
How is sessions handled in sql applications? Are sessions related only to transactions or it is much broader than that?
Thanks a lot.
sir where will i get the notes that u type?
SQL Notes - github.com/bigdatabysumitm/NotesOfUA-camSQLSeries.git
Thanks for the awesome video again... I am not able to define "changed_at TIMESTAMP DEFAULT NOW()" in SQL Server... I am trying to use GETDATE() there but it's giving error that "Defaults can't be created on columns of data type timestamp". Any suggestions?
use Current_timestamp instead of now
What about timestamp_ntz and others??
Sir please provide the file in which you write the explanation during video
How to copy lines from sublime to terminal?
Copy from editor and paste on terminal using right click
how to convert utc to ist
is this SQL course enough to get the job or do i need to learn more concepts.
where is session 8
Sir 📝 please