DataExplained
DataExplained
  • Видео 27
  • Просмотров 203 391
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
Просмотров: 383

Видео

Write Stored Procedures in SQL Server(Create|Alter|Drop|Execute) #sqlstoredprocedures #updatesql
Просмотров 1,8 тыс.3 года назад
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,2 тыс.3 года назад
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)
Просмотров 8373 года назад
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: ruclips.net/p/PLhTGQMGrD4z2_CpYU15Nsx7QlLkI1acgw
UPDATE QUERY IN SQL
Просмотров 7633 года назад
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
Просмотров 6713 года назад
Create Insert Delete Truncate in SQL
Install SSMS and MS Server Local Host
Просмотров 19 тыс.3 года назад
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,7 тыс.3 года назад
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
Просмотров 7153 года назад
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: ruclips.net/video/-skA8-6x08E/видео.html
Summarize() vs AddColumns() vs SummarizeColumns() Which of these has the best performance & how ?
Просмотров 20 тыс.4 года назад
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,1 тыс.4 года назад
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 )
Просмотров 36 тыс.4 года назад
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,2 тыс.4 года назад
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... ruclips.net/video/Kxca4tMRAz0/видео.html Install SSIS: Visual Studio 2017/2019 docs.microsoft.com/en-us/sql/...
SSIS Series: Incremental Load using Lookup Task (Logic + ETL)
Просмотров 13 тыс.4 года назад
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: ruclips.net/video/RVqij8mJUpM/видео.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
Просмотров 5494 года назад
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
Просмотров 6 тыс.4 года назад
Linear Regression Scoring using Alteryx Predictive Tool kit
Rank() vs. Dense Rank () vs. Percent Rank () vs. Cumulative Distribution in SQL
Просмотров 2,5 тыс.4 года назад
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,1 тыс.4 года назад
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
Просмотров 1,9 тыс.4 года назад
Lead and Lag Functions in SQL Server (Analytical Functions) #windowfunction #partitionby #overclause
Quick but Powerful Dashboard in PowerBI(DAX)
Просмотров 7634 года назад
Quick but Powerful Dashboard in PowerBI(DAX)
Switching Relationships Dynamically in DAX
Просмотров 1 тыс.4 года назад
Switching Relationships Dynamically in DAX
Bi-Directional Cross Filtering in Power BI
Просмотров 1,2 тыс.4 года назад
Bi-Directional Cross Filtering in Power BI
Logistic Regression using R (Simple / Detailed)
Просмотров 3,2 тыс.4 года назад
Logistic Regression using R (Simple / Detailed)
Analytic App in Alteryx Designer( Detailed )
Просмотров 17 тыс.4 года назад
Analytic App in Alteryx Designer( Detailed )
Regression using Alteryx (Detailed Residual Analysis)
Просмотров 2,9 тыс.4 года назад
Regression using Alteryx (Detailed Residual Analysis)
Data Filtering in R using Indexes/Subsets (Detailed)
Просмотров 5164 года назад
Data Filtering in R using Indexes/Subsets (Detailed)
Handle Missing Values: Imputation using R ("mice") Explained
Просмотров 63 тыс.4 года назад
Handle Missing Values: Imputation using R ("mice") Explained

Комментарии

  • @anamoreno8406
    @anamoreno8406 Месяц назад

    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 Месяц назад

    the jeet imputatoor

  • @majlindekastrati2334
    @majlindekastrati2334 2 месяца назад

    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 2 месяца назад

    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 3 месяца назад

    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 3 месяца назад

    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 3 месяца назад

    Thank you, very well explained. Appreciate it

  • @user-eq4dh1ev4b
    @user-eq4dh1ev4b 3 месяца назад

    Top tier explaining

  • @mahithamylo66
    @mahithamylo66 3 месяца назад

    please do more videos in DAX, Thanks

  • @prafuls91
    @prafuls91 4 месяца назад

    Thank you for the video.

  • @MrAammy
    @MrAammy 4 месяца назад

    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 9 месяцев назад

    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 9 месяцев назад

    What program did you use to draw the flow chart?

  • @giftfurnito
    @giftfurnito 10 месяцев назад

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

    • @dataexplained7305
      @dataexplained7305 10 месяцев назад

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

  • @feyzanuronal2598
    @feyzanuronal2598 10 месяцев назад

    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?

  • @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 Год назад

    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.

    •  7 месяцев назад

      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 Год назад

    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 Год назад

    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?)

  • @royeden1084
    @royeden1084 2 года назад

    How do we share the app with stakeholders to get them to use it?

    • @dataexplained7305
      @dataexplained7305 2 года назад

      The yxwc file needs to be shared along with macros yxmc files if any used by the app.. pre-configured params better for the use experience...

    • @royeden1084
      @royeden1084 2 года назад

      @@dataexplained7305 thanks!

  • @Dopeher
    @Dopeher 2 года назад

    You do not know what a basic thing this is but has helped me so much. I think it will help others a lot too. thanks for this

  • @malihehgordoghli3186
    @malihehgordoghli3186 2 года назад

    Thank you for this informative video. Can you also explain how we could create Fact Table by extracting data from DB after generating this dim packages?

    • @dataexplained7305
      @dataexplained7305 2 года назад

      Thanx..Fact table generation is the time consuming one.. will do one soon along with different deployment ways..

  • @gauravkalra6184
    @gauravkalra6184 2 года назад

    Thanks

  • @tsehayenegash8394
    @tsehayenegash8394 2 года назад

    If you know the matlab code of MICE please inform me

  • @manojjoshi1498
    @manojjoshi1498 2 года назад

    Amazing style of telling👍, you made it super easy..please upload more videos

  • @anuradhasaikia9305
    @anuradhasaikia9305 2 года назад

    the missing values in my dataset are not mentioned as NA but left blank. will there be an issue?

    • @dataexplained7305
      @dataexplained7305 2 года назад

      data$column[data$column == ""] <- NA Try this to code the blanks to NA.. but logically they both have data transmissional differences. So, blanks and NA are not always same