Import and Export TablesDo you find yourself converting data tables between different formats such as Excel or comma separated values? Are […] November 9, 2024 in Database tagged export / import / convert / tables by Mike
Why Use Excel Tables?Why would you want to use Excel tables? Why not just stick with Excel ranges or just leave […] October 5, 2022 in Excel tagged excel / table / tables / dataset / Excel Tables by Mike
Excel Tables IntroductionWhat is an Excel table? Before answering that I will define the word tabular. If data is in […] September 5, 2022 in Excel tagged tables / filter / table / sort / Excel Tables by Mike
Excel Pivot Tables IntroductionWhat are Pivot Tables in Microsoft Excel? First of all, let’s discuss tables. In Excel, a table is […] December 5, 2021 in Excel tagged table / tables / pivot / Excel Pivot Tables by Mike
SQL Server Derived TablesA derived table closely resembles a subquery. It is a table subquery that is defined in the FROM […] March 18, 2018 in SQL Server tagged tables / derived / expressions by Mike
Itzik Ben-Gan’s SQL DatabaseIn Itzik’s book T-SQL Querying, published by Microsoft Press in 2015, he uses several tables as examples. Here […] March 6, 2018 in SQL Server tagged diagram / relationship / Itzik / tables / customers / orders / details / database / suppliers / sql / products / SQL Itzik Database by Mike
SQL Finding Duplicates across Two Tables One ColumnThis post discusses the query needed to check if there are any duplicate values in a certain column […] February 4, 2017 in Database tagged sql / duplicates / tables / duplicate by Mike
SQL Server IntroductionWikipedia says: “Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, […] January 29, 2017 in SQL Server tagged columns / data / cheat-sheet / database / SSMS / server / sql / T-SQL / table / column / tables / introduction by Mike