Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
[ DevCourseWeb.com ] Udemy - Database SQL Queries Hands-on Training With Ms SQL Server
Category:
Ebook/Course
Size:
1.38 GB
Seeders:
12
Leechers:
9
Downloads:
402
Uploaded:
Dec 4, 2021
Torrent
Magnet
Files
Trackers
Info
[ DevCourseWeb.com ] Udemy - Database SQL Queries Hands-on Training With Ms SQL Server
Get Bonus Downloads Here.url
- 182 B
~Get Your Files Here !
1. Introduction and Motivation
1. Database SQL Introduction and Motivation.mp4
- 23.39 MB
1. Database SQL Introduction and Motivation.srt
- 4.15 KB
10. Logical Operators (OR, AND, NOT) in SQL
1. Logical Operators (OR, AND, NOT) to Filter ROWS based on more than One Condition.mp4
- 92.09 MB
1. Logical Operators (OR, AND, NOT) to Filter ROWS based on more than One Condition.srt
- 10.34 KB
12. Special Operators in SQL
1. BETWEEN Special Operators to Check whether an Attribute Value is within a Range.mp4
- 34.68 MB
1. BETWEEN Special Operators to Check whether an Attribute Value is within a Range.srt
- 4.78 KB
2. IN Special Operators used for Matching any Value within a Value List.mp4
- 26.11 MB
2. IN Special Operators used for Matching any Value within a Value List.srt
- 3.19 KB
3. IS NULL Special Operators to Check whether an Attribute Value is Null or Not.mp4
- 31.88 MB
3. IS NULL Special Operators to Check whether an Attribute Value is Null or Not.srt
- 4.24 KB
4. LIKE Special Operators used for Matches a Given String Pattern.mp4
- 70.12 MB
4. LIKE Special Operators used for Matches a Given String Pattern.srt
- 8.34 KB
14. Comparison Operators in SQL
1. Comparison Operators to Compare a given Value.mp4
- 19 MB
1. Comparison Operators to Compare a given Value.srt
- 2.58 KB
15. ALIAS and Computed Column in SQL
1. ALIAS to Give a Table or a Column in a Table, a Temporary Name.mp4
- 19.78 MB
1. ALIAS to Give a Table or a Column in a Table, a Temporary Name.srt
- 2.67 KB
2. Computed Column to Perform Arithmetic’s Operations on Columns.mp4
- 20.31 MB
2. Computed Column to Perform Arithmetic’s Operations on Columns.srt
- 2.2 KB
17. CASE Statement in SQL
1. CASE Returns a Value on a Specified Condition just like if and else..mp4
- 42.26 MB
1. CASE Returns a Value on a Specified Condition just like if and else..srt
- 5.1 KB
18. SQL STRING Built-in Functions
1. Concatenate Two Different String Columns and Returns a Single Column.mp4
- 26.44 MB
1. Concatenate Two Different String Columns and Returns a Single Column.srt
- 2.62 KB
2. Convert Strings to UPPER and LOWER CASE.mp4
- 19.73 MB
2. Convert Strings to UPPER and LOWER CASE.srt
- 2.15 KB
3. Get a Substring or Part of a String.mp4
- 23.43 MB
3. Get a Substring or Part of a String.srt
- 2.78 KB
4. Retrieve the Length of Strings.mp4
- 14.6 MB
4. Retrieve the Length of Strings.srt
- 1.46 KB
5. Replace a NULL with a value.mp4
- 16.13 MB
5. Replace a NULL with a value.srt
- 2.14 KB
6. Replace, Replicate, and Reverse Strings Built-in Functions.mp4
- 22.76 MB
6. Replace, Replicate, and Reverse Strings Built-in Functions.srt
- 3.01 KB
2. Installing SQL SERVER and its Structure Understanding
1. Installing SQL SERVER with Management Studio (Free Version).mp4
- 23.1 MB
1. Installing SQL SERVER with Management Studio (Free Version).srt
- 4.4 KB
2. Understanding SQL SERVER Structure.mp4
- 10.51 MB
2. Understanding SQL SERVER Structure.srt
- 2.57 KB
20. SQL Datatypes Conversion Built-in Functions
1. Convert a value of any type into a specified datatype.mp4
- 36.02 MB
1. Convert a value of any type into a specified datatype.srt
- 4.7 KB
21. SQL Date and Time Built-in Functions
1. Manipulate Year part of the Date.mp4
- 17.87 MB
1. Manipulate Year part of the Date.srt
- 2.66 KB
2. Manipulate Month part of the Date.mp4
- 16.19 MB
2. Manipulate Month part of the Date.srt
- 2.13 KB
3. Manipulate Day part of the Date.mp4
- 25.25 MB
3. Manipulate Day part of the Date.srt
- 2.99 KB
4. Calculate Difference between Two Dates.mp4
- 30.56 MB
4. Calculate Difference between Two Dates.srt
- 4.71 KB
5. Adds a TimeDate Interval to a Date.mp4
- 24.61 MB
5. Adds a TimeDate Interval to a Date.srt
- 4.18 KB
23. SQL MathNumeric Built-in Functions
1. Perform Numeric Operation using SQL Built-in Functions.mp4
- 38.24 MB
1. Perform Numeric Operation using SQL Built-in Functions.srt
- 4.84 KB
24. Aggregate Functions in SQL
1. Count Function Used to Tally Number of Non-Null Values of an Column..mp4
- 61.06 MB
1. Count Function Used to Tally Number of Non-Null Values of an Column..srt
- 8.08 KB
2. Calculate Minimum and Maximum Values of a Column..mp4
- 20.63 MB
2. Calculate Minimum and Maximum Values of a Column..srt
- 2.94 KB
3. Calculate Sum, Average and Standard Deviation of a Column..mp4
- 40.16 MB
3. Calculate Sum, Average and Standard Deviation of a Column..srt
- 5.48 KB
26. GROUP BY and HAVING CLAUSE
1. GROUP BY to Summarize Result across Small Grouped Items in the Database Table.mp4
- 75.21 MB
1. GROUP BY to Summarize Result across Small Grouped Items in the Database Table.srt
- 17.09 KB
2. HAVING to Filters Result based on the Output of the Grouped Items.mp4
- 21.21 MB
2. HAVING to Filters Result based on the Output of the Grouped Items.srt
- 4.08 KB
28. JOINS in SQL - Write Advance & Complex Queries
1. Introduction to JOINS and their Types.mp4
- 4.15 MB
1. Introduction to JOINS and their Types.srt
- 1.72 KB
2. Concept of Relationships using Foreign Key.mp4
- 27.48 MB
2. Concept of Relationships using Foreign Key.srt
- 6.33 KB
3. Tables for JOINS.mp4
- 32.63 MB
3. Tables for JOINS.srt
- 7.41 KB
4. INNER JOIN.mp4
- 43.79 MB
4. INNER JOIN.srt
- 9.83 KB
5. OUTER JOINS.mp4
- 43.32 MB
5. OUTER JOINS.srt
- 8.28 KB
6. CROSS JOIN.mp4
- 12.23 MB
6. CROSS JOIN.srt
- 2.8 KB
7. SELF JOIN.mp4
- 28.32 MB
7. SELF JOIN.srt
- 5.69 KB
3. Creating Database and Tables in SQL
1. Creating Database in SQL SERVER.mp4
- 36.85 MB
1. Creating Database in SQL SERVER.srt
- 5.43 KB
2. Creating Tables in SQL SERVER.mp4
- 51.37 MB
2. Creating Tables in SQL SERVER.srt
- 6.71 KB
4. Select Statement in SQL
1. SELECT Statement to Retrieve Data from Database Tables.mp4
- 20.48 MB
1. SELECT Statement to Retrieve Data from Database Tables.srt
- 4.19 KB
2. SELECT DISTINCT Statement to Return only Unique ROWS in a Result-set.mp4
- 20.13 MB
2. SELECT DISTINCT Statement to Return only Unique ROWS in a Result-set.srt
- 3.65 KB
6. WHERE Clause in SQL
1. WHERE Clause to Filter out ROWS of a Table.mp4
- 35.04 MB
1. WHERE Clause to Filter out ROWS of a Table.srt
- 3.86 KB
7. ORDER BY Keyword in SQL
1. ORDER BY Keyword to Sort the Result in Ascending or Descending Order.mp4
- 61.1 MB
1. ORDER BY Keyword to Sort the Result in Ascending or Descending Order.srt
- 7.38 KB
9. TOP Clause in SQL
1. TOP Clause to Select Number or Percentage of ROWS that are in the Top of Result.mp4
- 52.92 MB
1. TOP Clause to Select Number or Percentage of ROWS that are in the Top of Result.srt
- 5.98 KB
Bonus Resources.txt
- 357 B
Trackers
Seeders
Leechers
Downloads
udp://tracker.0x.tf:6969/announce
0
1
1
udp://tracker.opentrackr.org:1337/announce
10
9
54
udp://code2chicken.nl:6969/announce
0
1
1
udp://tracker.zerobytes.xyz:1337/announce
0
1
2
udp://mail.realliferpg.de:6969/announce
0
1
1
udp://fe.dealclub.de:6969/announce
0
1
1
udp://discord.heihachi.pw:6969/announce
0
1
1
udp://abufinzio.monocul.us:6969/announce
0
0
1
udp://tracker0.ufibox.com:6969/announce
0
1
1
udp://9.rarbg.com:2920/announce
12
5
153
udp://tracker.torrent.eu.org:451/announce
10
6
41
udp://open.stealth.si:80/announce
9
7
49
udp://www.torrent.eu.org:451/announce
10
6
41
udp://p4p.arenabg.com:1337/announce
0
1
1
udp://engplus.ru:6969/announce
0
1
1
udp://mts.tvbit.co:6969/announce
0
1
1
udp://vibe.sleepyinternetfun.xyz:1738/announce
0
0
1
udp://movies.zsw.ca:6969/announce
0
1
1
udp://exodus.desync.com:6969/announce
9
5
46
udp://tracker.blacksparrowmedia.net:6969/announce
0
0
1
udp://tracker.theoks.net:6969/announce
0
0
1
udp://bt2.archive.org:6969/announce
0
1
1
udp://tracker1.bt.moack.co.kr:80/announce
0
1
1
InfoHash:
35CE6070A61F84C40F6B3F168625A6CBF81D6EC0
Last updated:
Jan 23, 2022
File count:
90 B
File Category:
9
Tags:
Other, Tutorials
Related Torrents
[ TutSala.com ] Udemy - SOLIDWORKS Animation Tutorials for Absolute Beginners
Ebook/Course
Jun 2, 2022
948.21 MB
1
23
70
Torrent
Magnet
The Complete Photoshop Manual - Expert Tutorials To Improve Your Skills
Ebook/Course
Nov 8, 2020
130.11 MB
24
22
532
Torrent
Magnet
[ FreeCourseWeb.com ] Skillshare - ClickBank Affiliate Marketing Without A Website (Step-by-Step Tutorials)
Ebook/Course
May 24, 2022
601.94 MB
2
3
0
Torrent
Magnet
Juices for Total Wellness By Juicing Tutorials
Ebook/Course
Jun 11, 2023
148.28 MB
24
14
3.38 k
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Microsoft Azure Storage services Tutorials
Ebook/Course
Jun 3, 2022
493.46 MB
3
30
227
Torrent
Magnet
Knots Tutorials How to Knot Properly for Beginners Knot Guide for Beginners
Ebook/Course
Jul 7, 2021
25.34 MB
19
13
134
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Learn HTML 5 - The Complete HTML 5 And CSS3 Tutorials Course
Ebook/Course
Jun 22, 2023
1.34 GB
10
18
180
Torrent
Magnet
IOS Animations by Tutorials (Sixth Edition) EPUB
Ebook/Course
Jan 9, 2022
120.35 MB
15
10
155
Torrent
Magnet
Core Data by Tutorials (Eighth Edition) PDF
Ebook/Course
Jan 9, 2022
31.28 MB
19
5
187
Torrent
Magnet
[ FreeCourseWeb.com ] Wood Whittling Tutorials - Learning Wood Whittling Technique Through These Simple Guides - Wood Whittling Guide Book
Ebook/Course
Jul 10, 2021
68.44 MB
19
4
283
Torrent
Magnet
A Beginner's Guide To Sketchup Simple Designs And Detailed Tutorials.pdf
Ebook/Course
Oct 26, 2021
15.48 MB
13
10
944
Torrent
Magnet
[ FreeCourseWeb.com ] Woodworking Tutorials - Simple and Detail Woodworking Projects for Beginners - Woodworking Patterns
Ebook/Course
Jul 26, 2021
34.48 MB
18
4
766
Torrent
Magnet
Python Programming Tutorials Learn From Scratch With Examples
Ebook/Course
Sep 24, 2020
10.99 MB
19
1
6.09 k
Torrent
Magnet
[ DevCourseWeb.com ] Udemy - Python Django Tutorials for Beginners to Become an Expert
Ebook/Course
Sep 23, 2021
959.69 MB
7
12
155
Torrent
Magnet
[ FreeCourseWeb.com ] Udemy - Dart and Flutter Tutorials for Beginners
Ebook/Course
Aug 7, 2021
803.69 MB
15
4
81
Torrent
Magnet
MyFreeOnlineMovies.com UDEMY Tutorials - Learn Adobe Flash From Scratch
Ebook/Course
Jan 4, 2019
1.14 GB
0
0
0
Torrent
Magnet
Android Debugging by Tutorials
Ebook/Course
Aug 24, 2022
22.81 MB
2
15
85
Torrent
Magnet
[ FreeCryptoLearn.com ] Udemy - Dodd-Frank Act Tutorials
Ebook/Course
Nov 3, 2023
636.69 MB
1
16
85
Torrent
Magnet
[ CourseBoat.com ] Computer Programming Like A Pro - Fundamentals of Programming, Tutorials For Beginners
Ebook/Course
Jan 4, 2022
2.47 MB
12
3
97
Torrent
Magnet
Catalyst by Tutorials (Second Edition) by Marin Bencevic EPUB
Ebook/Course
Jan 8, 2022
23.45 MB
6
8
26
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books