Login
Discover
Waves
Communities
Login
Signup
Topics
#4580
Global
Trending
Hot
New
Top
#4580
New
Top communities
Create your community
latest #4580 created topics | Ecency
sniperfranxx
LeoFinance
2023-11-16 16:25
How Does mySQL Works
MySQL, an open-source relational database management system (RDBMS), is a crucial tool in web development and data management. Developed by Oracle Corporation, it is known for its speed, reliability, and
$ 0.054
9
1
sniperfranxx
LeoFinance
2023-11-05 08:48
!
Low reputation account with an unverified outbound link, Reveal content
Develop the Logical Design of the Database Using Data Modeling Concepts such as Entity-Relationship Diagrams
link: When creating a database management system (DBMS), conceptual database design and data modeling are essential. The first stage is conceptual database design, which aims to create an abstract picture
$ 0.036
7
renz03
LeoFinance
2023-11-03 10:27
Diving into the Art of Database Design and Modelling
In a world where data is the lifeblood of countless applications, from social media platforms to e-commerce websites, understanding how to effectively organize and manage data is paramount. This essay
sniperfranxx
4580
2023-10-23 03:18
ARTICLE: Databaase Management System (DBMS)
Database Management System (DBMS) Database management systems or DBMS hide database complexity, allow data sharing, enhance data integration, improve data quality, and decrease inconsistent data. Databases
noemilunastorta
Lifestyle
2026-08-11 19:10
Published via Ecency
Promoted
For a friend's birthday, we tried one of the most beautiful Japanese restaurants I have ever seen!/ Para el cumpleaños de un amigo, probamos uno de los restaurantes japoneses más hermosos que he visto jamás.
Good evening, Hive friends—how are you doing? It’s still very hot here; in fact, this Ferragosto week promises to be the hottest of the summer—a total nightmare. Anyway, let’s talk about something positive:
renz03
LeoFinance
2023-10-20 07:36
!
Low reputation account with an unverified outbound link, Reveal content
Setting up a Local Development Environment through XAMPP
In the ever-evolving landscape of web development, having a reliable local development environment is crucial. Whether you are a seasoned web developer or just starting your journey, a local development
denis-skripnik
ru
2018-05-22 22:16
Эксперимент разработчика №3: сможет ли Steem принять 7500 тегов
Здравствуйте. В предыдущем посте я тестировал сначала добавление 10 миллионов тегов числовых + steem и steemit, затем их же + 1 млн., после - 2 те тега и 100 тысяч цифр от 0 до 99999, 9999 чисел, 4999
denis-skripnik
steem
2018-05-22 21:48
Developer experiment #2: 10 million tags
Hi. Recently wrote a post in which found out that you can add 1000 tags. Let's try ``` <script> for (var i=0; i<=999999; i++) { document.write(i+' '); } < / script > ``` enter 1000000 tags.