#sqldev risultati di ricerca

Nessun risultato per "#sqldev"

I am doing this, building dbdesk open source. Got basic table view, sort, filter, etc and now working on the sql editor to support autocompletion, save query locally and cursor like AI chat to write sql github.com/zexahq/dbdesk

BhavikAgarwal13's tweet image. I am doing this, building dbdesk open source. 

Got basic table view, sort, filter, etc and now working on the sql editor to support autocompletion, save query locally and cursor like AI chat to write sql

github.com/zexahq/dbdesk

Here you go! Selecting customers with identity not between 10 and 60 using the "where" clause and "not between". Exciting! #sqldev #sqldata #sqlmaster


EASY TO UNDERSTAND, IT CAN ONLY GET BETTER FROM HERE #sqldev #DataAnalytics #data

ah_hadiza's tweet image. EASY TO UNDERSTAND,  IT CAN ONLY GET BETTER FROM HERE

#sqldev 
#DataAnalytics 
#data

You can try OFFSET, it will skip the first 2 salary. SELECT DISTINCT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2; #tryon #hack #sqldev #LEARN2025


Triggers can’t replace incoming bad queries with hardcoded ones. They only run after or before data changes. Use stored procedures, app checks, or middleware to handle bad queries instead! #sqldev


The MSSQL #VSCode extension Agent Mode now lets you chat with your database to list schemas, switch DBs and run queries — all conversationally. #SQLDev workflows feel more natural than ever. 🤖 Dive in to this blog to learn more: msft.it/6013sGOnD

MSAzureDev's tweet image. The MSSQL #VSCode extension Agent Mode now lets you chat with your database to list schemas, switch DBs and run queries — all conversationally. #SQLDev workflows feel more natural than ever. 🤖 Dive in to this blog to learn more: msft.it/6013sGOnD

6. Use EXPLAIN before you regret it Before running a complex query: It shows: Index usage Join strategy Estimated cost 📈 Saves hours of debugging. #SQLDev #MySQL #Postgres

manish_virgat's tweet image. 6. Use EXPLAIN before you regret it
Before running a complex query:
It shows:
Index usage
Join strategy
Estimated cost

📈 Saves hours of debugging.

#SQLDev #MySQL #Postgres

Comprehensive SQL Roadmap for 2025 amzn.to/4kiqnxa #sql #database

Python_Dv's tweet image. Comprehensive SQL Roadmap for 2025 amzn.to/4kiqnxa

#sql #database
Python_Dv's tweet image. Comprehensive SQL Roadmap for 2025 amzn.to/4kiqnxa

#sql #database
Python_Dv's tweet image. Comprehensive SQL Roadmap for 2025 amzn.to/4kiqnxa

#sql #database
Python_Dv's tweet image. Comprehensive SQL Roadmap for 2025 amzn.to/4kiqnxa

#sql #database

dbt isn’t magic. It’s just SQL + Jinja + some really smart automation. When you run dbt run: – SQL is compiled – DAG is resolved – Models are built You don’t need Spark for everything. #dbt #AnalyticsEngineering #SQLDev #DataModeling docs.getdbt.com/docs/building-…


Job opening for Database Developer – Create and maintain relational databases, write queries, and support application integration. Apply: snaprecruit.com #DatabaseJobs #SQLDev #ApplyNow

snaprecruit's tweet image. Job opening for Database Developer – Create and maintain relational databases, write queries, and support application integration. Apply: snaprecruit.com #DatabaseJobs #SQLDev #ApplyNow

Advanced SQL: Mastering Query Optimization and Complex Joins CTEs, indexing, partitioning, lateral joins, JSON functions, we have it all! #DEVCommunity #Database dev.to/bilelsalemdev/…


SQL: Tenía días pendiente dejar por acá el código que hizo @MoureDev en su curso, es excelente. Está súper ordenado y hace muy fácil encontrar lo que necesitamos. Link: github.com/mouredev/hello…


SQL (Structured Query Language) is a programming language used for managing and manipulating relational databases. Everyone should know SQL. A thread on FREE SQL trainings and courses, 🧵


SQL is the most important thing you can learn as a software developer. Mastering SQL can open tons of Job Opportunities. That’s why I prepared a FREE pdf file for you. You will get: - 100+ Chapters - 70+ Interview Questions • Like • Follow • Reply "sql"l DM you

deepakunique's tweet image. SQL is the most important thing you can learn as a software developer.

Mastering SQL can open tons of Job Opportunities.

That’s why I prepared a FREE pdf file for you.

You will get:
- 100+ Chapters
- 70+ Interview Questions

• Like
• Follow
• Reply "sql"l DM you

SQL Roadmap for Developers. 📜 Basics: SQL syntax, data types, operators, functions, control structures 🔍 Querying Data: SELECT statement, filtering data, sorting data, grouping data, joining tables, subqueries Continue... 👇👇


SQL is the most important thing you can learn as a software developer. Mastering SQL can open tons of Job Opportunities. That’s why I prepared a FREE pdf file for you. You will get: - 100+ Chapters - 70+ Interview Questions • Like • Follow • Reply "sql"l DM you

deepakunique's tweet image. SQL is the most important thing you can learn as a software developer.

Mastering SQL can open tons of Job Opportunities.

That’s why I prepared a FREE pdf file for you.

You will get:
- 100+ Chapters
- 70+ Interview Questions

• Like
• Follow
• Reply "sql"l DM you

SQL: BETWEEN command to SELECT the range. #sqlcommands #sqldev

Greene_Gaming's tweet image. SQL: BETWEEN command to SELECT the range.
#sqlcommands #sqldev
Greene_Gaming's tweet image. SQL: BETWEEN command to SELECT the range.
#sqlcommands #sqldev

SQL: Creating a column alias with 'AS' #sql #sqldev

Greene_Gaming's tweet image. SQL: Creating a column alias with 'AS'
#sql #sqldev
Greene_Gaming's tweet image. SQL: Creating a column alias with 'AS'
#sql #sqldev

EASY TO UNDERSTAND, IT CAN ONLY GET BETTER FROM HERE #sqldev #DataAnalytics #data

ah_hadiza's tweet image. EASY TO UNDERSTAND,  IT CAN ONLY GET BETTER FROM HERE

#sqldev 
#DataAnalytics 
#data

Awesome to see we've crosse the 50k installs threshold! Should have some new #oracle #sqldev goodies ready for you VERY SOON!

thatjeffsmith's tweet image. Awesome to see we've crosse the 50k installs threshold!

Should have some new #oracle #sqldev goodies ready for you VERY SOON!

10k and growing! Thanks everyone for the support! We're readying our first update now, many many big fixes on tap! #oracle #sqldev

thatjeffsmith's tweet image. 10k and growing! Thanks everyone for the support! We're readying our first update now, many many big fixes on tap!

#oracle #sqldev

Leveraging resources like "w3schools.com" for daily upskilling is a game-changer. Continuous learning is the key. Learning at speed feels like illegal #sqldev #database #DeveloperCommunity #canthurtme

ShubhRathii's tweet image. Leveraging resources like "w3schools.com" for daily upskilling is a game-changer. Continuous learning is the key. Learning at speed feels like illegal
#sqldev #database #DeveloperCommunity #canthurtme

6. Use EXPLAIN before you regret it Before running a complex query: It shows: Index usage Join strategy Estimated cost 📈 Saves hours of debugging. #SQLDev #MySQL #Postgres

manish_virgat's tweet image. 6. Use EXPLAIN before you regret it
Before running a complex query:
It shows:
Index usage
Join strategy
Estimated cost

📈 Saves hours of debugging.

#SQLDev #MySQL #Postgres

Another #sqldev tease - no more code yelling at you (formatter defaults to lowercase), and you can now be wrong like @oraclenerd and have leading commas Also coming, 'Format Selection' vs the entire editor by default. Coming soon in 24.3 update

thatjeffsmith's tweet image. Another #sqldev tease - no more code yelling at you (formatter defaults to lowercase), and you can now be wrong like @oraclenerd and have leading commas

Also coming, 'Format Selection' vs the entire editor by default. 

Coming soon in 24.3 update

Advanced SQL Training, New online batch starting from tomorrow. #SQLServer #MSSQL #SQLDEV #sqlschooltraining

the_tools_india's tweet image. Advanced SQL Training, New online batch starting from tomorrow.

#SQLServer #MSSQL #SQLDEV #sqlschooltraining

Cornelia Heyde zeigt einige nützliche Funktionen für #DBA-Aufgaben im @OracleSQLDev 🥰 #SQLDev #DOAGDB23

oraesque's tweet image. Cornelia Heyde zeigt einige nützliche Funktionen für #DBA-Aufgaben im @OracleSQLDev 🥰

#SQLDev #DOAGDB23

🚀 Exciting times diving into the world of database management with @OracleSQLDev's fresh extension for VS Code! 🔍💻 Having a blast exploring the enhanced features and seamless integration. 🌐✨ #TechEnthusiast #SQLDev #VSCodeAdventures #TechInnovation @thatjeffsmith

RebellionRider's tweet image. 🚀 Exciting times diving into the world of database management with @OracleSQLDev's fresh extension for VS Code! 🔍💻 Having a blast exploring the enhanced features and seamless integration. 🌐✨ #TechEnthusiast #SQLDev #VSCodeAdventures #TechInnovation @thatjeffsmith

My social media expert @pilatesdev reminds me that not including links can help with finding a bigger audience, so here go! New video drop! Link following... Learn all about what our #oracle #sqldev extension can do!

thatjeffsmith's tweet image. My social media expert @pilatesdev reminds me that not including links can help with finding a bigger audience, so here go!

New video drop! Link following...

Learn all about what our #oracle #sqldev extension can do!

SQL Developer for VS Code behind the scenes is still SQL Developer - with all the consequences... I didn't even used it in this session, while in Toad I ran out of letters and numbers for many opened windows (and I don't like it too, just for different reasons). #sqldev

pewu78's tweet image. SQL Developer for VS Code behind the scenes is still SQL Developer - with all the consequences...
I didn't even used it in this session, while in Toad I ran out of letters and numbers for many opened windows (and I don't like it too, just for different reasons).
#sqldev

🚀 Protect your database with SQLDev! Try the FREE Community Edition today. 🔒 Prevent errors, control access, ensure compliance. Download now: sqldev.cc #SQLDev #DatabaseSecurity #FreeTrial #DataProtection

freeman983's tweet image. 🚀 Protect your database with SQLDev!

Try the FREE Community Edition today.

🔒 Prevent errors, control access, ensure compliance.

Download now: sqldev.cc

#SQLDev #DatabaseSecurity #FreeTrial #DataProtection

#DynamicDataMasking: The ultimate solution for protecting your #sensitivedata in database tables! 🛡️ #SQLDEV is a powerful tool that offers dynamic #datamasking capabilities, providing instant and on-demand masking of data within your #database tables. sqldev.cc

freeman983's tweet image. #DynamicDataMasking: The ultimate solution for protecting your #sensitivedata in database tables! 🛡️

#SQLDEV is a powerful tool that offers dynamic #datamasking capabilities, providing instant and on-demand masking of data within your #database tables.
sqldev.cc

Tip: Once you've created more than a few modules for your #Oracle #Database REST APIs, you may want to browse them using the TABLE option vs our Cards You can additionally customize the report and add multiple sorts. #sqldev

thatjeffsmith's tweet image. Tip: Once you've created more than a few modules for your #Oracle #Database REST APIs, you may want to browse them using the TABLE option vs our Cards

You can additionally customize the report and add multiple sorts. 

#sqldev
thatjeffsmith's tweet image. Tip: Once you've created more than a few modules for your #Oracle #Database REST APIs, you may want to browse them using the TABLE option vs our Cards

You can additionally customize the report and add multiple sorts. 

#sqldev

Loading...

Something went wrong.


Something went wrong.


United States Trends