sqlpey
@sqlpey
Our aim is to provide a dedicate platform to connect the people who have knowledge on SQL, NoSQL, Modern Databases & Data Sciences to the people who need it.
You might like
Struggling to create a database diagram for your client? Don't worry, we've got you covered! In this tutorial, we'll guide you through the steps to create an effective database diagram using #Drawio. Check out the video here: youtu.be/MERtzq97Kb8/ #database #diagram #tutorial
Do you remember when you joined Twitter? I do! #MyTwitterAnniversary Sqlpey.com - learn with AI
Want to learn how to drop a table in Oracle? Check out our latest blog post for 5 different ways to do it! #Oracle #SQL #DatabaseManagement #LearnSQL #database #dataviz sqlpey.com/oracle/drop-ta…
Just Check this #chatgpt help me to learn: 7 ways to create tables in Oracle SQL, including examples and tips. Discover using the CREATE TABLE statement, the CREATE TABLE AS SELECT statement... #OracleSQL #learnSQL #CreateTable #SQLTips #CREATETABLE sqlpey.com/oracle/create-…
Me and #ChatGPT, we are now friends. I think it is amazing to get response in such a friendly environment. 🙃😛 #learn #chatgpt3 #Bot #fun #AMAZING
Check out our latest blog post on advanced #SQL techniques for data analysis! Learn about subqueries, window functions, pivoting, and more to take your #data analysis skills to the next level. #PowerBI #DataScience #Database #SQL #dataScientist #LearnSQL sqlpey.com/sql/sql-techni…
New SQL attack vector called SQL Injection Flaws, which allows hackers to potentially gain access to sensitive data stored in databases. Vist Sqlpey.com today, ask questions free to this AI Robo Get amazing answers #LearnSQL #Database #datastorytelling #NewYear2023
"The more you learn, the more you realize how much you don't know" - Anonymous Qoute of the day Vist Sqlpey.com today and ask questions for free to this AI Robo. Get interesting answers... #LearnSQL #LearnwithRobo #SqLArt #Database #datastorytelling #ScienceTwitter
Argentina has not won #FIFAWorldCupFinal once in 1987???😲 Just look at #ChatGPT response. #Argentina #WorldCupFinal #FIFAWorldCup
Is there any Alternative to Trigger in SQL? This tutorial have all about Trigger on Sqlpey.com (online community on SQL), But not this question is define... #LearnSQ #sqlhelp #SQL #Database #Code @SQLBits @connor_mc_d Read Full Tutorial.. sqlpey.com/sql/what-is-tr…
What is CTE in SQL? CTE in SQL is a named temporary result set that you can reference within a SELECT, INSERT.. #DataScience #DataAnalytics #IoT #100DaysOfCode #Database #PostgreSQL #SQL #Docker #oracle Read More.. sqlpey.com/sql/what-is-ct…
Complete Basics and Advance SQL #CheatSheet 2022 Which is a reference guide or document that lists the most commonly used SQL commands and statements... #DataScience #DataAnalytics #IoT #100DaysOfCode #Database #PostgreSQL #SQL #Docker #oracle Read More.. sqlpey.com/sql/what-are-b…
What is Stored procedure in SQL? A stored procedure in SQL is a pre-compiled SQL statements that can be stored in a database and executed on demand. #DataScience #DataAnalytics #IoT #100DaysOfCode #Database #PostgreSQL #SQL #Docker #oracle Read More... sqlpey.com/database/what-…
Do You Know List of Free Sample SQL Server Databases 2023? One of the best ways to learn how to use SQL is to practice on Sample SQL Server Databases #LearnSQL @DatakinHQ @PASSDataSummit #sqlhelp #SQLfunny sqlpey.com/sql/list-of-fr…
To find the most popular names among employees at your company: #LearnSQL #SQL SELECT name, COUNT(*) AS num_employees FROM employees GROUP BY name ORDER BY num_employees DESC LIMIT 10; @DatakinHQ @PASSDataSummit #sqlhelp #SQLfunny
SQL for just entertainment... To find the number of employees who have the same first and last name: SELECT COUNT(*) FROM employees WHERE first_name = last_name; #LearnSQL #SQL #MySQL #Database @DataScienceDojo @TDataScience @TDataScience @SQLBits #FIFAWorldCup
SQL for just entertainment... To find the number of employees who have the same first and last name: SELECT COUNT(*) FROM employees WHERE first_name = last_name; #LearnSQL #SQL #MySQL #Database @DataScienceDojo @TDataScience @TDataScience @SQLBits #FIFAWorldCup
To find employee who has most vowels name: SELECT name, LENGTH(name) - LENGTH(REPLACE(name, 'a', '')) - LENGTH(REPLACE(name, 'e', '')) - LENGTH(REPLACE(name, 'i', '')) - LENGTH(REPLACE(name, 'o', '')) - LENGTH(REPLACE(name, 'u', '')) AS vowels FROM employees ORDER BY num_vowels;
To find employee who has most vowels name: SELECT name, LENGTH(name) - LENGTH(REPLACE(name, 'a', '')) - LENGTH(REPLACE(name, 'e', '')) - LENGTH(REPLACE(name, 'i', '')) - LENGTH(REPLACE(name, 'o', '')) - LENGTH(REPLACE(name, 'u', '')) AS vowels FROM employees ORDER BY num_vowels;
How can we display all tables in a database of postgresSQL , using pgadmin , psql? Here are Question need more answers on this topic. How to Show all tables in PostgreSQL? sqlpey.com/question/how-t… #postgreSQL #SQL #Database @Oracle @PostgreSQL
United States Trends
- 1. South Carolina 30K posts
- 2. Texas A&M 29.2K posts
- 3. Bama 9,276 posts
- 4. Shane Beamer 3,962 posts
- 5. Ryan Williams 1,380 posts
- 6. #EubankBenn2 15.6K posts
- 7. Ty Simpson 1,877 posts
- 8. Michigan 43.4K posts
- 9. Sellers 13.8K posts
- 10. Talty N/A
- 11. Heisman 7,977 posts
- 12. Northwestern 7,382 posts
- 13. Marcel Reed 5,146 posts
- 14. Gio Reyna N/A
- 15. Oklahoma 18.5K posts
- 16. Mateer 1,538 posts
- 17. #GoBlue 3,963 posts
- 18. Sherrone Moore 1,104 posts
- 19. Underwood 3,955 posts
- 20. #USMNT N/A
Something went wrong.
Something went wrong.