sqlpey's profile picture. 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.

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.

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

sqlpey's tweet image. Do you remember when you joined Twitter? I do! #MyTwitterAnniversary

Sqlpey.com - learn with AI

Here is my integrated AI tool says... And what you think?

sqlpey's tweet image. Here is my integrated AI tool says... And what you think?
sqlpey's tweet image. Here is my integrated AI tool says... And what you think?

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

sqlpey's tweet image. 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

sqlpey's tweet image. 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

sqlpey's tweet image. "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

sqlpey's tweet image. 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

Loading...

Something went wrong.


Something went wrong.