DataExplained
DataExplained
  • 27
  • 207 666
What is the difference between UNION and UNION All ( SQL)?
What is the difference between UNION and UNION All ( SQl server )?.
This is a important SQL server interview question.
The UNION and UNION ALL keywords are both set operators, meaning they work with sets of data.They are used to combine two result sets into one
มุมมอง: 391

วีดีโอ

Write Stored Procedures in SQL Server(Create|Alter|Drop|Execute) #sqlstoredprocedures #updatesql
มุมมอง 1.8K3 ปีที่แล้ว
This video explains how to Create, Alter, Execute a Stored Procedure in SQL. First let's create a simple stored procedure to read all rows from a table. Then I modify the Stored Procedure to return value based on a given parameter. Then we can see how to use a update a value in a table using parameters dynamically. Its really easy !! Lets Go
Append vs Merge in Power Query (Power BI Illustration)
มุมมอง 2.3K3 ปีที่แล้ว
Combining two queries in Power Query or in Power BI is one of the most basic and also essential tasks that you would need to do in most of data preparation scenarios. There are two types of combining queries; Merge, and Append. Database developers easily understand the difference, but the majority of Power BI users are not developers. In this post, I'll explain the difference between Merge and ...
Pivot Unpivot in Power Query/Power BI (Change your Data Structure/Layout)
มุมมอง 8593 ปีที่แล้ว
In this video, I will show you how to apply Pivot/Un Pivot Transformation within Power Query of Power BI. For Power BI and DAX Playlist: th-cam.com/play/PLhTGQMGrD4z2_CpYU15Nsx7QlLkI1acgw.html
UPDATE QUERY IN SQL
มุมมอง 7783 ปีที่แล้ว
In this video, you can learn how to build your SQL UPDATE statement using a where clause for updating values from your table data.
Create Insert Delete Truncate in SQL
มุมมอง 6793 ปีที่แล้ว
Create Insert Delete Truncate in SQL
Install SSMS and MS Server Local Host
มุมมอง 20K3 ปีที่แล้ว
In this video we will see how to install Microsoft SQL Server Developer and SQL Server Management Studio (SSMS) What we will see., 1) Where to download SQL Server and Developer editions 2) How to install SQL Server database engine 3) Download & Install SQL Server Management Studio (SSMS). Link: Microsoft SQL Server 2019 database system download docs.microsoft.com/en-us/sql/ssms/download-sql-ser...
How to Import | Attach | Restore Adventure Works DW database into MS SQL Server
มุมมอง 2.8K3 ปีที่แล้ว
In this tutorial, I will show you where & how to download the AdventureWorks sample database and import it into your Microsoft SQL Server database system (or any version of Microsoft SQL Server database). What is an AdventureWorks database? #AdventureWorks database is a sample for an online transaction processing (OLTP) database provided by Microsoft. Link to Microsoft AdventureWorks sample dat...
Extract/Import Data from Web into PowerBI using PowerQuery
มุมมอง 7204 ปีที่แล้ว
In this video we will watch how to import data from a web URL(GitHub Covid 19 data) into PowerBI using PowerQuery functions. GitHub Link: github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports_us Related Video: th-cam.com/video/-skA8-6x08E/w-d-xo.html
Summarize() vs AddColumns() vs SummarizeColumns() Which of these has the best performance & how ?
มุมมอง 20K4 ปีที่แล้ว
In this video we will discuss about the best DAX formula for summarizing a table. We will see how each of these formulas are derived and their respective performances using DAX Studio and finally we will use one of these in a DAX measure as a variable. Always clear cache before loading data in DAX studio !!
DAX Calculate() and What are Row vs. Filter vs. Query Contexts ?
มุมมอง 2.2K4 ปีที่แล้ว
The Calculate statement is very important to understand and also the different contexts that gets applied to the calculations. This video has all you need to know regarding these different contexts and building you calculate statement from scratch. Once, you build it, please use the DAX formatter below to make it look good. www.daxformatter.com/
Multiple Linear Regression using R ( All about it )
มุมมอง 36K4 ปีที่แล้ว
Regression is a popular predictive algorithm especially for numerical continuous variables. In this video, we will see how to create a regression model and analyse the results using R step by step. R Program installation steps:- Please install R framework in your system. It is available for Linux,Windows and Mac systems below. cran.utstat.utoronto.ca/ Also, after you install R framework, instal...
Incremental load in SSIS using Lookup task: Incremental Load (DELETE) | Manage Deleted Source Data
มุมมอง 2.3K4 ปีที่แล้ว
In this video we will see how to incremental data load (DELETE) using SSIS. This is going to be a detailed walk through providing all the necessary steps for you to DIY. Also note that this will be a continuation from the previous video: www.youtube.com/watch?v=RVqij... th-cam.com/video/Kxca4tMRAz0/w-d-xo.html Install SSIS: Visual Studio 2017/2019 docs.microsoft.com/en-us/sql/...
SSIS Series: Incremental Load using Lookup Task (Logic + ETL)
มุมมอง 14K4 ปีที่แล้ว
In this video we will see how to incremental/delta data load using SSIS. This is going to be a detailed walk through providing all the necessary steps for you to DIY. Also note that this will be a continuation from the previous video: th-cam.com/video/RVqij8mJUpM/w-d-xo.html Install SSIS: Visual Studio 2017/2019 docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-serv...
Introduction to SSIS Data Load
มุมมอง 5854 ปีที่แล้ว
This is a start of new series into SSIS tool. In this video you will learn how to load data into the database from a excel/flat file or from another table. Install SSIS: Visual Studio 2017/2019 docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-ver15
Linear Regression Scoring using Alteryx Predictive Tool kit
มุมมอง 6K4 ปีที่แล้ว
Linear Regression Scoring using Alteryx Predictive Tool kit
Rank() vs. Dense Rank () vs. Percent Rank () vs. Cumulative Distribution in SQL
มุมมอง 2.6K4 ปีที่แล้ว
Rank() vs. Dense Rank () vs. Percent Rank () vs. Cumulative Distribution in SQL
Running Total, Rolling Average, First & Last (Value) using SQL window Functions.#sqlwindow functions
มุมมอง 1.1K4 ปีที่แล้ว
Running Total, Rolling Average, First & Last (Value) using SQL window Functions.#sqlwindow functions
Lead and Lag Functions in SQL Server (Analytical Functions) #windowfunction #partitionby #overclause
มุมมอง 2K4 ปีที่แล้ว
Lead and Lag Functions in SQL Server (Analytical Functions) #windowfunction #partitionby #overclause
Quick but Powerful Dashboard in PowerBI(DAX)
มุมมอง 7714 ปีที่แล้ว
Quick but Powerful Dashboard in PowerBI(DAX)
Switching Relationships Dynamically in DAX
มุมมอง 1.1K4 ปีที่แล้ว
Switching Relationships Dynamically in DAX
Bi-Directional Cross Filtering in Power BI
มุมมอง 1.2K4 ปีที่แล้ว
Bi-Directional Cross Filtering in Power BI
Logistic Regression using R (Simple / Detailed)
มุมมอง 3.3K4 ปีที่แล้ว
Logistic Regression using R (Simple / Detailed)
Analytic App in Alteryx Designer( Detailed )
มุมมอง 17K4 ปีที่แล้ว
Analytic App in Alteryx Designer( Detailed )
Regression using Alteryx (Detailed Residual Analysis)
มุมมอง 2.9K4 ปีที่แล้ว
Regression using Alteryx (Detailed Residual Analysis)
Data Filtering in R using Indexes/Subsets (Detailed)
มุมมอง 5214 ปีที่แล้ว
Data Filtering in R using Indexes/Subsets (Detailed)
Handle Missing Values: Imputation using R ("mice") Explained
มุมมอง 64K4 ปีที่แล้ว
Handle Missing Values: Imputation using R ("mice") Explained

ความคิดเห็น

  • @mugangakivumbi
    @mugangakivumbi 3 วันที่ผ่านมา

    Thank you Sir

  • @namrathamalur403
    @namrathamalur403 12 วันที่ผ่านมา

    This video is brilliant! Could you please make more tutorials on DAX and analyzing performance implications using DAX Studio?

  • @anz672
    @anz672 15 วันที่ผ่านมา

    Very useful

  • @Rosebot-eg8bl
    @Rosebot-eg8bl 18 วันที่ผ่านมา

    Would you recommend also comparing the mean of the cholesterol variable from the initial data set vs. the imputation through the mice method to choose the best imputed dataset (like you did with BMI at 18:00)? I was wondering if it's safe to assume that imputation 5 would be the best option for cholesterol as well as BMI. If not, then could you mix imputations like #3 for cholesterol and #5 for bmi?

  • @remyarajan2103
    @remyarajan2103 หลายเดือนก่อน

    but the update will keep updating all the records rite whether there is any modification or not ?

  • @thyowen
    @thyowen หลายเดือนก่อน

    why do none of these videos EVER explain how to appropriately handle missing values? i know how to find missing values, i know how to coutn them, i know how to impute them or remove them. whats NEVER explained is how to handle them APPROPRIATELY. its so fucking infuriating

  • @lanredaodu945
    @lanredaodu945 หลายเดือนก่อน

    please, how can I solve this error." iter imp variable 1 1 df.IN_Ratio df.APTT_Ratio df.Clauss_Fibrnogen_level df.D_Dimer_Level df.Serum_UreaError in solve.default(xtx + diag(pen)) : system is computationally singular: reciprocal condition number = 8.02788e-23

  • @anamoreno8406
    @anamoreno8406 3 หลายเดือนก่อน

    what if you have over 50000 variables? when i try to use these functions such its not possible to call out a specific variable

  • @user-qh6vz6cx8n
    @user-qh6vz6cx8n 3 หลายเดือนก่อน

    the jeet imputatoor

  • @majlindekastrati2334
    @majlindekastrati2334 4 หลายเดือนก่อน

    i have done the update in OLEDB task to make isDeleted=1 where PrimaryKeyColumn=? even i did not delete any record in source table, all the values of isdeleted column in destination as marked as 1

  • @vaishaliverma2523
    @vaishaliverma2523 4 หลายเดือนก่อน

    Thanks for the video it helped me. I have bit different situation here as I have 2 inputs (Raw data and mapping file in which I used file browse tool ) and the output file (used file browse tool). Now I have to use the output file(coz there is some manual intervention is required in the data) as input data in next step and the final output should arrive but in user interface it is asking all 5 inputs in one go (Raw data, Mapping file, Output data path, Input the output file again, and the consolidated output. I am not able to achieve this in alteryx. Can you please help. Looking forward to hear from you.

  • @poojachoudhury2227
    @poojachoudhury2227 4 หลายเดือนก่อน

    Nice info. But I am stuck in one of my development where I am using summarizecolumn in a measure but the total value is incorrect .. Can you help me with that

  • @DeRups_NL
    @DeRups_NL 4 หลายเดือนก่อน

    How can i fix this when my source an ODBC is? My Target table is an OLED DB Destination. But when i want to look backup to my source i cant use the lookup functionallity.

  • @aminusuleiman7924
    @aminusuleiman7924 5 หลายเดือนก่อน

    Thank you, very well explained. Appreciate it

  • @user-eq4dh1ev4b
    @user-eq4dh1ev4b 5 หลายเดือนก่อน

    Top tier explaining

  • @mahithamylo66
    @mahithamylo66 5 หลายเดือนก่อน

    please do more videos in DAX, Thanks

  • @prafuls91
    @prafuls91 6 หลายเดือนก่อน

    Thank you for the video.

  • @MrAammy
    @MrAammy 6 หลายเดือนก่อน

    Thanks for the explaining the difference. I have sued the summarised function in the same way you used but my grand total is not correct ? Any guidance would really help

  • @faisalmalik2549
    @faisalmalik2549 11 หลายเดือนก่อน

    I want to apply the selection value in drop down or radio button that user can choose filterization by male or female how do I do this can you tell the which one I drag from interface

  • @alexrubin5955
    @alexrubin5955 11 หลายเดือนก่อน

    What program did you use to draw the flow chart?

  • @giftfurnito
    @giftfurnito ปีที่แล้ว

    How can fetch tables from website has credentials, give error?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      Yes. If the data is secured by a authentication, then you need to have that configured as well

  • @feyzanuronal2598
    @feyzanuronal2598 ปีที่แล้ว

    Such a great and clear video! I watched so many videos but couldn't find something which clearly explains linear and multiple regression on R so clearly. Thanks a lot!

  • @quinnhogan545
    @quinnhogan545 ปีที่แล้ว

    hahaha the windows sound at 5:52 scared me!! well explained video though thank you

  • @user-mu1tg5wv4v
    @user-mu1tg5wv4v ปีที่แล้ว

    Please put a video on : How do we add parameter for the ADO source, like using variables to filter the records. select * from table1 where date > ? I am connecting to a DB2 source and retrieving data, it already got 20million records on it, i just what to upload it incrementally on last modified date. need to query the DB2 using the date modified.

  • @nidhidubey
    @nidhidubey ปีที่แล้ว

    Thanks for sharing.

  • @nidhidubey
    @nidhidubey ปีที่แล้ว

    Thank you so much! Very well explained.👍

  • @thejaskn2511
    @thejaskn2511 ปีที่แล้ว

    bro why is the data partitioned and a testing data set is created ? @DataExplained

  • @thinhtruong6683
    @thinhtruong6683 ปีที่แล้ว

    How to if i use ODBC Destination pls?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      Create odbc connection manager use that in destination. Make sure the ETL deployment server has the ODBC for this destination as well

    • @roshnib9360
      @roshnib9360 ปีที่แล้ว

      @@dataexplained7305 but u used ole db command for updating, how to use that in case odbc destination?

  • @morganelmac8055
    @morganelmac8055 ปีที่แล้ว

    Thank you for you simple instructions!

  • @arunasaravanapandian3294
    @arunasaravanapandian3294 ปีที่แล้ว

    Thanks for the explanation, it was really helpful ☺️

  • @dp6736
    @dp6736 ปีที่แล้ว

    Very good explanation> Thank you very much.

  • @velse.health
    @velse.health ปีที่แล้ว

    I am trying to create a user input to a workflow -like inputting a account# and for it to run only for that account #. is this possible?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      Definitely possible by parametrizing the input tool

    • @velse.health
      @velse.health ปีที่แล้ว

      @@dataexplained7305 can you explain how to do this or a ref video?

  • @velse.health
    @velse.health ปีที่แล้ว

    is Filter the only place we can add this?

  • @eyadha1
    @eyadha1 ปีที่แล้ว

    great video. thank you very much.

  • @dielikerin
    @dielikerin ปีที่แล้ว

    Do you know from which author this multiple imputation is? I have to cite the method used in my article.,

  • @alifizzuddin8315
    @alifizzuddin8315 ปีที่แล้ว

    why there is no adventurework db in my server?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      You need to install it. I have other video on how to

  • @sahelmoein4377
    @sahelmoein4377 ปีที่แล้ว

    Hi Sir, thank you for your tutorial. I did data imputation on my small size(n=46) dataset and now need to do exact logistic regression by "elrm" package of R studio. fof is my dependent binary variable, age is numeric and predictor, injuries is binary predictor, minutes and mental health are continious predictors, and race is categorical with three groups. But my code fails because it does not recognize one part "n". I searched in online examples, They did not mention what this n(number of binomial trials) is and how they added this column to their datset. my code: data.elrm <- elrm (fof /n ~ age+ injuries + minutes + mentalhealth + rece , interest = ~mental health, iter = 20000, burnIn = 500, Dataset = imp) Do you have any suggestions for me ?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      Sorry for delay. Hope you have figured a way. If not, email your query to dataandyou@gmail.com

  • @josephogle6449
    @josephogle6449 ปีที่แล้ว

    Good explainer Re: using mice. However, in addition to @annap9782's comment, I'd also flag that finding that your imputed data is distributed similarly to the observed data is not a meaningful test of imputation performance. If we had a (conditionally) ignorable missigness mechanism (i.e., MAR), it may even be expected that these distributions will differ, without this saying anything about the performance of a given imputation.

  • @AyihSitti
    @AyihSitti ปีที่แล้ว

    Hey Senthil, I n getting this error message when I try any of the functions "The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.". I m using the same database. Any suggestion please?

  • @hoosier-daddy465
    @hoosier-daddy465 ปีที่แล้ว

    excellent video. easy to understand and follow

  • @sahelmoein4377
    @sahelmoein4377 ปีที่แล้ว

    thank you for this tutorial video. It was really helpful. Is there any specific rule for the number of datasets( in your case:5) we choose?

    • @dataexplained7305
      @dataexplained7305 ปีที่แล้ว

      Thanks. I have Selected based on the correlation and closeness of the data to original set.. there are a couple ways to this. Some don’t choose the data for substitution but just use it for analysis…

  • @christophertauss3640
    @christophertauss3640 ปีที่แล้ว

    Well done. A very simple case (those are the best for these kinds of instruction videos) that says in a concise way how to use this very powerful feature of Alteryx. The one thing I would have liked to see is how to configure the text box so only Male or Female (and maybe Other) is an allowable entry. These UI elements do typically need data validation. But great job. I am building an Alteryx workflow myself and adding a UI element similar to above, and you saved me a lot of research and looking around.

  • @mattm1152
    @mattm1152 ปีที่แล้ว

    Great tutorial! Thank you!

  • @qamarshahzad3413
    @qamarshahzad3413 ปีที่แล้ว

    Your video screen is not visible, could you please check it?

  • @apbreports
    @apbreports 2 ปีที่แล้ว

    It doesn't seem too efficient to keep updating all rows... In source table you should have a column: RevisionDate and set a trigger on this to auto update. Then filter on this column.

    •  9 หลายเดือนก่อน

      and if you dont have any column modified date, you can compare all columns with except command of sql ? do you have any better idea for me :) ?

  • @egougwu1123
    @egougwu1123 2 ปีที่แล้ว

    Delete this video. You did not pass on any information. Next time uninstall the program and take newbies in a step by step guide. This video conveyed nothing

  • @ashishalex10
    @ashishalex10 2 ปีที่แล้ว

    very informative, thanks for uploading !

  • @draco1847
    @draco1847 2 ปีที่แล้ว

    Osm explanation ❤️

  • @Pancho96albo
    @Pancho96albo 2 ปีที่แล้ว

    thx mate

  • @nad1165
    @nad1165 2 ปีที่แล้ว

    Can we find the R skript of the codes somewhere? Btw: Very good video

    • @dataexplained7305
      @dataexplained7305 2 ปีที่แล้ว

      Thanks.. you might have to scrape it from the video only..

    • @nad1165
      @nad1165 2 ปีที่แล้ว

      Thank you, and may I ask if I can use the f-stat with only 1 restriction (q=number of restrictions=1?)