Other

[ CourseBoat com ] Linkedin - PostgreSQL - Advanced Queries

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ CourseBoat com ] Linkedin - PostgreSQL - Advanced Queries

Infohash: E57B0EE8D418F8EDDB517CD451F106479F4F9C44

Total Size: 428.51 MB

Seeds: 2

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2025-10-14 01:26:21 (Update Now)

Torrent added: 2021-10-01 08:30:08






Torrent Files List


Get Bonus Downloads Here.url (Size: 428.51 MB) (Files: 124)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  Bonus Resources.txt

0.35 KB

  Ex_Files_PostgreSQL_Advanced_Queries

   Exercise Files

    Chapter 0

     two_trees_database.txt

14.79 KB

    Chapter 1

     aggregate_function_complete.txt

0.29 KB

     boolean_complete.txt

0.22 KB

     challenge_one_complete.txt

0.53 KB

     cube_complete.txt

0.22 KB

     filters_complete.txt

0.42 KB

     group_by_complete.txt

0.24 KB

     people_heights.txt

12.16 KB

     rollup_complete.txt

0.25 KB

     standard_deviation_complete.txt

0.23 KB

    Chapter 2

     challenge_two_complete.txt

0.24 KB

     locations_complete.txt

0.78 KB

     moving_average_complete.txt

0.36 KB

     order_window_complete.txt

0.47 KB

     over_complete.txt

0.09 KB

     partition_complete.txt

0.33 KB

     window_complete.txt

0.22 KB

    Chapter 3

     challenge_three_complete.txt

0.44 KB

     median_complete.txt

0.23 KB

     mode_complete.txt

0.19 KB

     quartile_complete.txt

0.48 KB

     range_complete.txt

0.13 KB

    Chapter 4

     challenge_four_complete.txt

0.38 KB

     cumulative_distribution_complete.txt

0.19 KB

     rank_hypothetical_complete.txt

0.26 KB

     rank_percentile_complete.txt

0.41 KB

     rank_window_complete.txt

0.26 KB

    Chapter 5

     case_complete.txt

0.28 KB

     coalesce_complete.txt

0.23 KB

     nullif_complete.txt

0.16 KB

    Chapter 6

     cast_complete.txt

0.07 KB

     challenge_five_complete.txt

0.26 KB

     in_function_complete.txt

0.48 KB

     lead_lag_complete.txt

0.39 KB

     row_numbers_complete.txt

0.15 KB

     series_complete.txt

0.16 KB

  [1] Introduction

   [1] Gain additional insights from your PostgreSQL data.mp4

5.06 MB

   [1] Gain additional insights from your PostgreSQL data.srt

1.74 KB

   [2] What you should know.mp4

1.64 MB

   [2] What you should know.srt

1.43 KB

   [3] Using the exercise files.mp4

6.15 MB

   [3] Using the exercise files.srt

4.93 KB

  [2] 1. Obtain Summary Statistics by Grouping Rows

   [1] Using GROUP BY to aggregate data rows.mp4

17.78 MB

   [1] Using GROUP BY to aggregate data rows.srt

12.93 KB

   [2] Obtain general-purpose aggregate statistics.mp4

13.52 MB

   [2] Obtain general-purpose aggregate statistics.srt

9.01 KB

   [3] Evaluate columns with Boolean aggregates.mp4

11.04 MB

   [3] Evaluate columns with Boolean aggregates.srt

7.73 KB

   [4] Find the standard deviation and variance of a dataset.mp4

13.50 MB

   [4] Find the standard deviation and variance of a dataset.srt

8.85 KB

   [5] Include overall aggregates with ROLLUP.mp4

11.31 MB

   [5] Include overall aggregates with ROLLUP.srt

7.80 KB

   [6] Return all possible combinations of groups with CUBE.mp4

9.46 MB

   [6] Return all possible combinations of groups with CUBE.srt

6.24 KB

   [7] Segmenting groups with aggregate filters.mp4

12.89 MB

   [7] Segmenting groups with aggregate filters.srt

8.03 KB

   [8] Challenge Group statistics.mp4

2.66 MB

   [8] Challenge Group statistics.srt

1.99 KB

   [9] Solution Group statistics.mp4

19.16 MB

   [9] Solution Group statistics.srt

13.36 KB

  [3] 2. Use Window Functions to Perform Calculations across Row Sets

   [1] Create a window function with an OVER clause.mp4

9.30 MB

   [1] Create a window function with an OVER clause.srt

6.77 KB

   [2] Partition rows within a window.mp4

11.08 MB

   [2] Partition rows within a window.srt

7.22 KB

   [3] Streamline partition queries with a WINDOW clause.mp4

6.95 MB

   [3] Streamline partition queries with a WINDOW clause.srt

4.79 KB

   [4] Ordering data within a partition.mp4

13.22 MB

   [4] Ordering data within a partition.srt

8.33 KB

   [5] Calculate a moving average with a sliding window.mp4

11.64 MB

   [5] Calculate a moving average with a sliding window.srt

7.39 KB

   [6] Return values at specific locations within a window.mp4

20.24 MB

   [6] Return values at specific locations within a window.srt

13.02 KB

   [7] Challenge Leverage window functions.mp4

2.21 MB

   [7] Challenge Leverage window functions.srt

1.55 KB

   [8] Solution Leverage window functions.mp4

12.54 MB

   [8] Solution Leverage window functions.srt

8.99 KB

  [4] 3. Statistics Based on Sorted Data within Groups

   [1] Calculate the median value of a dataset.mp4

14.41 MB

   [1] Calculate the median value of a dataset.srt

10.69 KB

   [2] Calculate the first and third quartiles of a dataset.mp4

15.43 MB

   [2] Calculate the first and third quartiles of a dataset.srt

9.49 KB

   [3] Find the most frequent value within a dataset with MODE.mp4

6.96 MB

   [3] Find the most frequent value within a dataset with MODE.srt

4.54 KB

   [4] Determine the range of values within a dataset.mp4

5.12 MB

   [4] Determine the range of values within a dataset.srt

3.84 KB

   [5] Challenge Retrieve statistics of a dataset with groups.mp4

1.85 MB

   [5] Challenge Retrieve statistics of a dataset with groups.srt

1.38 KB

   [6] Solution Retrieve statistics of a dataset with groups.mp4

14.98 MB

   [6] Solution Retrieve statistics of a dataset with groups.srt

10.01 KB

  [5] 4. Ranking Data with Windows and Hypothetical Sets

   [1] Rank rows with a window function.mp4

15.31 MB

   [1] Rank rows with a window function.srt

10.59 KB

   [2] Find a hypothetical rank.mp4

10.22 MB

   [2] Find a hypothetical rank.srt

6.98 KB

   [3] View top performers with percentile ranks.mp4

13.10 MB

   [3] View top performers with percentile ranks.srt

8.51 KB

   [4] Evaluate probability with cumulative distribution.mp4

7.43 MB

   [4] Evaluate probability with cumulative distribution.srt

4.74 KB

   [5] Challenge Evaluate rankings within a dataset.mp4

1.42 MB

   [5] Challenge Evaluate rankings within a dataset.srt

1.01 KB

   [6] Solution Evaluate rankings within a dataset.mp4

15.14 MB

   [6] Solution Evaluate rankings within a dataset.srt

9.93 KB

  [6] 5. Define Output Values with Conditional Expressions

   [1] Define values with CASE statements.mp4

14.87 MB

   [1] Define values with CASE statements.srt

11.48 KB

   [2] Merge columns with COALESCE.mp4

9.00 MB

   [2] Merge columns with COALESCE.srt

6.05 KB

   [3] Convert values to null with NULLIF.mp4

7.57 MB

   [3] Convert values to null with NULLIF.srt

5.36 KB

  [7] 6. Additional Querying Techniques for Common Problems

   [1] Output row numbers with query results.mp4

5.85 MB

   [1] Output row numbers with query results.srt

4.14 KB

   [2] Cast values to a different data type.mp4

5.05 MB

   [2] Cast values to a different data type.srt

3.76 KB

   [3] Move rows within a result with LEAD and LAG.mp4

15.88 MB

   [3] Move rows within a result with LEAD and LAG.srt

9.73 KB

   [4] Use an IN function with a subquery.mp4

10.49 MB

   [4] Use an IN function with a subquery.srt

6.82 KB

   [5] Define WHERE criteria with a series.mp4

10.75 MB

   [5] Define WHERE criteria with a series.srt

7.82 KB

   [6] Challenge Calculations across rows.mp4

1.35 MB

   [6] Challenge Calculations across rows.srt

0.87 KB

   [7] Solution Calculations across rows.mp4

12.67 MB

   [7] Solution Calculations across rows.srt

8.39 KB

  [8] Conclusion

   [1] Next steps.mp4

1.97 MB

   [1] Next steps.srt

1.74 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ CourseBoat com ] Linkedin - PostgreSQL - Advanced Queries Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu