#sql

[ follow ]
#ai
fromInfoWorld
1 day ago
Data science

Snowflake's Cortex AISQL aims to simplify unstructured data analysis

Snowflake is integrating generative AI-powered SQL functions to empower data analysts to handle unstructured data more efficiently.
fromHackernoon
1 year ago
OMG science

The HackerNoon Newsletter: This Detective Game Helps Beginners Master SQL and Database Logic (4/14/2025) | HackerNoon

Generational perspectives on AI highlight millennials' intimate relationships versus GenZ's platonic view.
Data science
fromInfoWorld
1 day ago

Snowflake's Cortex AISQL aims to simplify unstructured data analysis

Snowflake is integrating generative AI-powered SQL functions to empower data analysts to handle unstructured data more efficiently.
fromHackernoon
1 year ago
OMG science

The HackerNoon Newsletter: This Detective Game Helps Beginners Master SQL and Database Logic (4/14/2025) | HackerNoon

#mysql
fromThe JetBrains Blog
3 weeks ago

DataGrip and Database Tools UX Survey #2 | The DataGrip Blog

We're excited to launch the second edition of our User Experience Survey for DataGrip and the Database Tools & SQL Plugin! Your feedback from the previous survey helped us better understand your needs and prioritize the features and improvements that matter most to you.
Software development
#database-management
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

Modern data management relies on both SQL and NoSQL databases to address the needs of structured and unstructured data.
Data science
fromfaun.pub
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential in modern data management to handle data growth and real-time processing needs.
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

Modern data management relies on both SQL and NoSQL databases to address the needs of structured and unstructured data.
Data science
fromfaun.pub
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential in modern data management to handle data growth and real-time processing needs.
#nosql
DevOps
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential for modern data management.
Traditional databases are inadequate for current data needs.
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

SQL and NoSQL databases each fulfill unique roles in modern data management.
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

SQL handles structured data well, but NoSQL offers flexibility for unstructured data.
Data science
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL databases manage structured data using tables and ensure data integrity through ACID properties.
Data science
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential for modern data management.
SQL databases utilize predefined schemas and provide robust data integrity through ACID properties.
DevOps
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential for modern data management.
Traditional databases are inadequate for current data needs.
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

SQL and NoSQL databases each fulfill unique roles in modern data management.
Data science
fromMedium
3 months ago

Database Revolution Series: A Modern Guide to Data Management

SQL handles structured data well, but NoSQL offers flexibility for unstructured data.
Data science
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL databases manage structured data using tables and ensure data integrity through ACID properties.
Data science
fromMedium
3 months ago

SQL vs. NoSQL Explained: When to Use Which and Why It Matters to Modern Data Management

SQL and NoSQL databases are essential for modern data management.
SQL databases utilize predefined schemas and provide robust data integrity through ACID properties.
#learning
Data science
fromtowardsdatascience.com
3 months ago

Practical SQL Puzzles That Will Level Up Your Skill

Understanding SQL patterns enhances query efficiency and problem-solving skills.
Real-world examples make SQL challenges relatable and relevant for learning.
Video games
fromHackernoon
1 year ago

This Detective Game Helps Beginners Master SQL and Database Logic | HackerNoon

Gamification in SQL learning increases engagement and retention through storytelling and practical application.
#python
Python
fromPythonbytes
2 months ago

Traveling the Python Universe

Python library simplifies SQL query construction.
Job market trends for Rust, C++, and Python are discussed.
The help() function in Python is emphasized for its utility.
Growth hacking
fromInfoQ
2 months ago

Powering User Experiences with Streaming Dataflow

Partially stateful streaming dataflow enables efficient SQL caching without the overhead of manual cache management.
fromQuansight
3 months ago

Mastering DuckDB when you're used to pandas or Polars

You may have heard about DuckDB's impressive robustness and performance. Perhaps you want to try it out - BUT WAIT, you're a data scientist and are used to pandas and/or Polars, not SQL.
Data science
#data-management
fromLogRocket Blog
6 months ago

Drizzle vs. Prisma: Which ORM is best for your project? - LogRocket Blog

Prisma operates at a high level of abstraction, simplifying data fetching and manipulation with an easy-to-understand API, but with less control over SQL.
JavaScript
fromMedium
7 months ago

TABLE JOIN cheat sheet

The cheat sheet provides an extensive reference for business analysts, showcasing various ways to join two tables across SQL, Spark, and Python pandas. It emphasizes the completeness of the guide, asserting that it includes less common operations such as cross joins, making it unique among similar resources. The aesthetic appeal of the sheet is also highlighted, aiming to engage users visually and practically.
Data science
fromCodeProject
7 months ago

Mastering NULL value in SQL Server

NULL in SQL is a critical concept representing missing or unknown values, requiring careful handling to maintain data integrity in queries.
JavaScript
fromHackernoon
1 year ago

Coding Exercise: Database Migration Tool in Nodejs | HackerNoon

"The migration tool should maintain every migration in a single SQL file, containing both 'up' and 'down' parts, enhancing flexibility and rollback capabilities."
JavaScript
fromInfoQ
8 months ago

Google Proposes Adding Pipe Syntax to SQL

We don't need to live with SQL's flaws. The language is fixable! This paper shows how pipe-structured data flow, inspired by other languages and APIs, can be added to SQL with moderate effort. The resulting language is still SQL, but it's a better SQL. It's more flexible, more extensible, and easier to use.
Data science
fromCodeProject
9 months ago

Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Java Database Connectivity (JDBC) drivers serve as essential middleware between Java applications and databases, facilitating SQL query execution and data retrieval.
Scala
fromMarcin Wanago Blog - JavaScript, both frontend and backend
9 months ago

API with NestJS #161. Generated columns with the Drizzle ORM and PostgreSQL

With virtual generated columns, we avoid using additional disk storage. Instead, the database calculates their value on demand, for example, during a query. However, PostgreSQL currently lacks support for the virtual generated columns.
JavaScript
fromComputerworld
9 months ago

Microsoft's Patch Tuesday updates: Keeping up with the latest fixes

This month's Patch Tuesday from Microsoft was complex, with no zero-day vulnerabilities reported, but a significant number of updates, particularly affecting SQL, OLE, and ODBC components, underlining the need for thorough evaluation.
Information security
fromSimplilearn.com
1 year ago

Count Distinct SQL: A Deep Dive Approach

COUNT DISTINCT refers to an aggregate function that points to the unique, repeated values in one single column of a data table. Unlike the regular type of COUNT function, which counts the number of all recurrences, COUNT DISTINCT only considers distinct values. It's a handy tool for getting precise counts and insights from your data, especially when dealing with datasets that might contain duplicate entries.
Data science
[ Load more ]