Zlatko Matić
Zlatko Matić @ZMatalab ·
Build a full pipeline from raw logs to statistically validated KPIs with nothing but spreadsheets, SQL, statistics and AI—courtesy of v1.2.X. linkedin.com/pulse/unperple… #KPI #AI #SQL #Statistics
(Un)Perplexed Spready v1.2.X: Free SQL Query and Professional Statistics in Your Spreadsheet

Introduction (Un)Perplexed Spready is a spreadsheet application that combines the power of traditional spreadsheets with advanced artificial intelligence capabilities. Version 1.

From linkedin.com
3
Awwal Adepoju
Awwal Adepoju @D_DataAlchemist ·
I missed the deadline for a data challenge… But I decided to work on it anyway. The project: Inventory Risk & Capital Exposure Analysis (Excel) This isn’t just about using Excel. It’s about answering real business questions: #Datanalytics #Excel #SQL
2
6
sandip | slugy.co
sandip | slugy.co @sandip_dev_07 ·
📚 DBMS – ACID & Transactions Concepts covered: →ACID Properties: • Atomicity • Consistency • Isolation • Durability →Transaction states: • Active → Partially committed → Committed • Failed → Aborted @lovebabbar3 @CodeHelp4U #DBMS #SQL2
3
iddu
iddu @1drie5 ·
L38 (5–6) create database if not exists school; use school; create table course(cid int, cname varchar(50)); -- ddl. insert into course values(1,"phy"),(2,"maths"); -- dml. select * from course; -- dql. show tables; #DBMS #SQL #Databases
iddu iddu @1drie5 ·
L38 (3–4) sql commands categorized: dql → select dml → insert, update, delete ddl → create, alter, drop, truncate, rename dcl → grant, revoke tcl → commit, rollback, savepoint knowing the category tells you what the command does before you even run it. #DBMS #SQL #Databases
24
Peller_DA📊
Peller_DA📊 @peller02 ·
A CTE is just a “virtual table right? But here’s what many miss CTEs don’t just exist for readability. You can JOIN them with actual (physical) tables just like regular tables. That means you can: • Simplify complex queries • Break logic into steps #Dataanalytic #SQL
33
Zlatko Matić
Zlatko Matić @ZMatalab ·
AI‑powered spreadsheets are great. AI‑powered spreadsheets with real SQL AND a professional stats engine are a different league. Explore v1.2.X today. linkedin.com/pulse/unperple… #AISpreadsheet #SQL #Stats  #AI #SpreadsheetAI
(Un)Perplexed Spready v1.2.X: Free SQL Query and Professional Statistics in Your Spreadsheet

Introduction (Un)Perplexed Spready is a spreadsheet application that combines the power of traditional spreadsheets with advanced artificial intelligence capabilities. Version 1.

From linkedin.com
Olasunkanmi Isaac Ayodeji
Olasunkanmi Isaac Ayodeji @OlasunkanmiIsa6 ·
In my honest opinion, I think cleaning data with SQL is very stressful compared to Python and Excel. Or is there anyone who found SQL easier than Python and excel? I spent like 3 hours cleaning data with SQL today; maybe it's because it's my first time. #Sql #DataCleaning
1
7
عبدالعزيز الأسمري
عبدالعزيز الأسمري @al3smari ·
Replying to @al3smari
@بفضل الله تمت الورشة الرابعة "والأخيرة" من برنامج: #رحلة_تحليل_البيانات_الكاملة 🚀 موضوع اليوم تحليل البيانات باستخدام #SQL من المحاور: - الاستعلام باستخدام select. - الدوال التجميعية. - الربط باستخدام join. - تجميع البيانات باستخدام group by. وغيرها 😊 شكرًا للمدرب @AlomairAbdulD
1
199
Miguel Angel Díaz
Miguel Angel Díaz @megelon1 ·
¿SQL lento? En Databricks usa Z-Order para columnas de alta cardinalidad: OPTIMIZE ... ZORDER BY (columna) Lee menos archivos y acelera tus consultas. Partición = baja cardinalidad Z-Order = alta cardinalidad #BigData #SQL #Rendimiento 👉 ¿Ya lo aplicas?4
4
Zlatko Matić
Zlatko Matić @ZMatalab ·
Teach students the full analytics loop: SQL for data access, TyphonStats for inference, AI for interpretation—inside a single teaching tool. v1.2.X. linkedin.com/pulse/unperple… #Education #AI #SQL #Statistics
(Un)Perplexed Spready v1.2.X: Free SQL Query and Professional Statistics in Your Spreadsheet

Introduction (Un)Perplexed Spready is a spreadsheet application that combines the power of traditional spreadsheets with advanced artificial intelligence capabilities. Version 1.

From linkedin.com
6
Zlatko Matić
Zlatko Matić @ZMatalab ·
CFOs get the best of all worlds: SQL‑cleaned financials, statistically sound forecasts, AI‑generated commentary—delivered as a single spreadsheet model. linkedin.com/pulse/unperple… #Finance #AI #SQL #Statistics
(Un)Perplexed Spready v1.2.X: Free SQL Query and Professional Statistics in Your Spreadsheet

Introduction (Un)Perplexed Spready is a spreadsheet application that combines the power of traditional spreadsheets with advanced artificial intelligence capabilities. Version 1.

From linkedin.com
9
Ayush
Ayush @ayushrivastva ·
DAY 4 of SQL Practice Question: Authors Who Viewed Their Own Articles Filtered rows where: author_id = viewer_id Simple equality check… but catches self-interactions. Sometimes data tells interesting stories like authors stalking their own articles #LeetCode #SQL
7
geraldchen
geraldchen @geraldchen89 ·
写了几百行的 SQL 查询,嵌套五六层子查询,不格式化根本看不懂。从 SQL 格式化的规则讲起,聊聊关键字大写、缩进风格、子查询对齐这些细节,以及 SQL 方言之间的差异。 chenguangliang.com/posts/blog103_… #SQL #数据库 #开发效率
工具指南14-在线SQL格式化工具 | 陈广亮的技术博客

详解 SQL 格式化的核心规则与常见场景,介绍一款支持多方言的在线 SQL 格式化工具,帮助开发者写出可读性更强的 SQL 语句。

From chenguangliang.com
10