日本語
All
Search
Images
Videos
Shorts
Maps
News
More
Shopping
Flights
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Database Creation
in MySQL
Create Website
Using Python
Python Database
Programming
Database Creation
and Management
Python Database
Projects
SQL Lookup
Using Python
Student Database
Example
Python Database
Application
Tutorial for Creating Simple Library
Database and Connecting Using Python
Online Movie Ticket Using Python
with SQL Database Download
Library Database
Management System
Python Oracle Database
Connection
Creating Database
Tables
How to App End Values to SQL
Database Using Python
Python Projects Using
Tkinter with MySQL
Create Dashboard
Using Python
Access GCP API for VM
Creation Using Python
Free Database
MySQL
Database
Software Examples
REST API
Python Using Django
How to Upload Videos to
Database Using Python
Creating Database
in Sqlite3
How to Create SQL
Database File with Python
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
NicoVideo
Yahoo
MSN
Dailymotion
Ameba
BIGLOBE
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
Database Creation
in MySQL
Create Website
Using Python
Python Database
Programming
Database Creation
and Management
Python Database
Projects
SQL Lookup
Using Python
Student Database
Example
Python Database
Application
Tutorial for Creating Simple Library
Database and Connecting Using Python
Online Movie Ticket Using Python
with SQL Database Download
Library Database
Management System
Python Oracle Database
Connection
Creating Database
Tables
How to App End Values to SQL
Database Using Python
Python Projects Using
Tkinter with MySQL
Create Dashboard
Using Python
Access GCP API for VM
Creation Using Python
Free Database
MySQL
Database
Software Examples
REST API
Python Using Django
How to Upload Videos to
Database Using Python
Creating Database
in Sqlite3
How to Create SQL
Database File with Python
0:09
TikTok
carrace_on
Car Repair Database for Mechanic Students and DIY Learners
Explore a dedicated car repair database to master wiring diagrams, repair data, and electrical diagnostics—ideal for mechanic students and DIY car repair. #MechanicStudent #CarRepair carrace_on(@carrace_on). Bad(Hoodtrap) - Slowed - neverbadagain. If you’re interested, comment “WORKSHOP” A car repair database made for mechanic students ...
4.9M views
3 months ago
Watch full video
SQL and Python Projects
0:08
Data Engineering Roadmap 2026: Step-by-Step Guide
TikTok
thekruk8
124.5K views
1 month ago
1:21
SQL триггеры: принцип работы и как использовать (2026)
TikTok
denji_nedima
279.3K views
1 month ago
1:27
SQL vs. NoSQL Databases The choice between SQL and NoSQL impacts how your application stores, scales, and manages data. SQL (Relational Databases) SQL databases use a structured, table-based format with rows and columns. They rely on a predefined schema, meaning you must define the data structure before adding any information. Strengths: Excellent for complex queries, multi-row transactions, and maintaining strict data integrity (ACID compliance). Best Use: Financial systems, accounting software
TikTok
greghogg5
157.4K views
3 months ago
Top videos
1:10
世界のスマホ入力が衝撃すぎる【6カ国】
TikTok
db_daijiro
1.1M views
1 month ago
0:23
Nobody believes this is Excel 🤯 I built this Employee Management Form using Excel VBA to make data entry faster, cleaner, and more organized. ✅ Add records ✅ Delete records ✅ Automatic database updates Want the tutorial? #excel #exceltips #vba #dataentry #excelvba
TikTok
excelaibygeorge
609.1K views
2 months ago
2:52
Tricky Database Interview Question🤯
YouTube
KodeKloud
505.5K views
1 month ago
Database Design Principles
0:49
Dati sul patrimonio e investimenti da UBS Global Wealth Report
TikTok
assetwalter
289.8K views
1 month ago
0:58
Qué es una base de datos y para qué sirve
TikTok
alekey589
190.3K views
1 month ago
1:30
Kimi K2.6: نظام Agent Swarm لبناء مواقع وتطبيقات كامل تلقائياً
TikTok
daniausingai
3.4M views
2 months ago
1:10
世界のスマホ入力が衝撃すぎる【6カ国】
1.1M views
1 month ago
TikTok
db_daijiro
0:23
Nobody believes this is Excel 🤯 I built this Employee Management Form using Excel VBA to make data entry faster, cleaner, and more organized. ✅ Add records ✅ Delete records ✅ Automatic database updates Want the tutorial? #excel #exceltips #vba #dataentry #excelvba
609.1K views
2 months ago
TikTok
excelaibygeorge
2:52
Tricky Database Interview Question🤯
505.5K views
1 month ago
YouTube
KodeKloud
0:49
my database is missing a social script for this. #actuallyautistic #audhd #creatorsearchinsights #newaccountontiktok
1.8M views
1 month ago
TikTok
craftywink
0:29
What Happened to Lala from D Billions? Cha Cha & Lala Update
635.9K views
4 weeks ago
TikTok
robloxloveraliyah
0:23
SELECT Query in SQL 👆 | SQL Basics in 30 Seconds 🔥 #Shorts
31.3K views
2 weeks ago
YouTube
TT IT MEMES
0:58
Qué es una base de datos y para qué sirve
190.3K views
1 month ago
TikTok
alekey589
2:36
System Design: Building a Bulletproof Payment Gateway! 🚀 Basic payment setups fail during network timeouts. To block catastrophic duplicate charges, enforce client-generated idempotency keys (UUIDs). The server saves this key first; if a duplicate request arrives, it immediately returns the cached result instead of re-charging the buyer. Never overwrite database rows to update payment statuses. Instead, implement an immutable ledger where every state change—authorized, captured, or refunded—cre
291.1K views
2 months ago
TikTok
kodekloud
0:49
Dati sul patrimonio e investimenti da UBS Global Wealth Report
289.8K views
1 month ago
TikTok
assetwalter
2:26
Handling Primary Database Failovers Safely!
79.4K views
3 weeks ago
YouTube
KodeKloud
1:19
[Database] How Indexes Work
85.6K views
3 weeks ago
YouTube
直也テック
0:58
PostgreSQL vs SQLite: Which Database Should You Use?
96.7K views
2 months ago
TikTok
arjay_mccandless
1:04
How to Build an App That Actually Scales (5 Practical Fixes)
85.6K views
2 months ago
TikTok
swerikcodes
0:37
How do AI agents get long-term memory or access to your documents? A vector database. The short version: you convert your data into embeddings, which are numerical representations of meaning, store them, then give the agent a search tool so it pulls only the relevant information for whatever you're asking. This pattern is called RAG, retrieval augmented generation, and it's how agents answer questions about documents and remember long-term facts even when the context window is full of the curren
4.1K views
2 weeks ago
TikTok
tech_with_tim
2:20
Stop deleting production data accidentally #webdev #coding #tutorial
17.8K views
2 weeks ago
YouTube
Xata
0:09
È ampiamente documentato che a causa delle numerose violazioni di dati aziendali, dei leak di database e dell'azione di malware infostealer, una grande quantità di informazioni personali, credenziali e dati sensibili finisce regolarmente per circolare nei mercati clandestini del dark web. Quando i dati di un individuo vengono compromessi online, truffatori e malintenzionati possono raccogliere e aggregare elementi che includono email, password, numeri di telefono, documenti e altre informazioni
66.7K views
3 weeks ago
TikTok
deeasterr
3:52
Malema on Employment: Inspectors, Foreign Workers, and Jobs
75.2K views
3 months ago
TikTok
pltclnews001
0:12
Databases and Their Programming Languages: SQL, NoSQL & More
61.7K views
2 months ago
TikTok
dev_miracleonyia
0:10
Supabase vs Firebase: Which Backend As A Service Should You Learn In 2026? | #Shorts | #Simplilearn
13.4K views
3 weeks ago
YouTube
Simplilearn
See more
More like this
Feedback