SQL Add ColumnWhat is the SQL statement that adds a column to an existing table? The SQL statement is the […] January 8, 2023 in SQL Server tagged add / column / attribute / sql by Mike
SQL Update StatementThe UPDATE statement is used to modify the existing records in a table. The syntax is as follows. […] January 4, 2023 in SQL Server tagged sql / update / change by Mike
Kaggle IntroductionWhat is Kaggle? Wikipedia says: “Kaggle, a subsidiary of Google LLC, is an online community of data scientists […] December 27, 2022 in Database tagged data / dataset / notebook by Mike
Data Model Examples in ExcelDo you want to work with a few small & sample data models in Excel to practice the […] December 13, 2022 in Database tagged dataset / bridge / data / database / excel / sample / model / relationship by Mike
Tiny MeasuresIMDBNow it’s time to create some Measures in the Tiny IMDB database. A measure is a DAX formula […] December 6, 2022 in IMDB tagged imdb / movie / Tiny IMDB Data Model by Mike
Get Other TablesNow we need to get other tables and create the relationships After we’ve imported all of the tables […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Get Ratings from TinyNext we’ll use Power Query to bring in the ratings data into the Data Model. There are no […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Build the Tiny Data ModelBelow is a link to the downloadable Excel file that contains a sheet with the table we will […] December 6, 2022 in IMDB tagged movie / imdb / Tiny IMDB Data Model by Mike
Microsoft’s FoodMart DatabaseIt’s always very helpful to have a database to work with when you are learning software such as […] November 28, 2022 in Database tagged test / sales / sample / set / lookup / fact / food / mart / datasets / data by Mike
IMDB Writers and DirectorsLet’s go ahead and add a bit more. We’ll add the writer’s and directors’ tables. Below is the […] November 28, 2022 in IMDB tagged name / people / imdb / writer / director / IMDB Data Files by Mike
IMDB Titles Known ForEach person in the database can be known for certain titles (moving pictures/movies). We need to “normalize” these […] November 27, 2022 in IMDB tagged link / name / title / imdb / IMDB Data Files by Mike
IMDB Primary ProfessionIn the IMDB database, each person in the namebasics.tsv file may have none or more professions. There are […] November 27, 2022 in IMDB tagged name / imdb / profession / IMDB Data Files by Mike