temporary-tables

There are 16 repositories under temporary-tables topic.

  • AlexTroshkin/fsharp-dapper

    The wrapper above the 'Dapper' library allows you to write more familiar code in the F # language. It also contains a functional for more simple work with temporary tables

    Language:F#713167
  • SourceKor/PgPartner

    PostgreSQL .NET Library that extends various Npgsql functions

    Language:C#8051
  • austinlmcconnell/home-sales-data-evaluation

    Contains an analysis of key home sales metrics using SparkSQL and Python to manage large amounts of data.

    Language:Jupyter Notebook1100
  • Nargis45/SQL_youtube

    I have started a new playlist called MySQL on my YouTube channel. Watch the videos to learn SQL from scratch.

  • panaitescu-paul/SocialBook-Database-SQL-2020

    SocialBook Database made in SQL, with comprehensive documentation.

    Language:PLpgSQL1200
  • smasherprog/EFTempTables

    Entity Framework (ef) Temporary Tables for SQL

    Language:C#120
  • Akshay6045/CovidProject

    Covid 19 Data Exploration & Cleaning using SQL.

  • chatterjee007-dev/MS_SQL

    Explore a diverse collection of MS SQL projects showcasing advanced query writing, data manipulation, and complex querying techniques, all solving real-world challenges. Demonstrates expertise in hierarchical queries, window functions, joins, and more.

  • jianninapinto/COVID19_Crisis

    Used SQL queries to perform data analysis of the COVID-19 pandemic, exploring key trends, statistics, and insights sourced from Our World in Data.

  • Manikantanaidu1729/Atliq-Hardware-Ad-Hoc-Insight

    This project is done as part of Codebasics Data Analyst Bootcamp

  • SteveTuttle/home-sales-sparkSQL-metrics

    Use SparkSQL to determine key metrics of the data. Use Spark to create temporary views, partition the data, cache and uncache a temporary table, and verify that the table has been uncached.

    Language:Jupyter Notebook0100
  • victor-malheiro/sql_portfolio_project

    Analysis of Covid-19 related deaths and vaccinations using SQL

    Language:TSQL0100
  • Cuates/temporarytablemssql

    Microsoft SQL Server project which utilizes a stored procedure in conjunction with a temporary table

  • debashisdash1999/snowflake_proj9_table_types

    This project explores Snowflake’s table types, including Permanent, Temporary, Transient, and External tables. It demonstrates creating tables, loading data from S3 stages, querying and validating data, and understanding differences in persistence, retention, and Time Travel support.

  • Kinetics20/Sql_notes

    SQL practice environment based on the Sakila sample database (MySQL) for learning and experimenting with SQL queries; containerized with Docker Compose for seamless setup.

    Language:Jupyter Notebook
  • Shesh-08/temp-table

    Create temporary table to store temporary data or just to avoid session or cookies concept.

    Language:Ruby