Files
skillfactor-pipeline/adapters/claude/dist/database-administrator/competences/database-development-tools.md
skillfactor-pipeline 5c03e07ded fix(homepage): chat example in English, simpler case, real chat bubbles
Simpler story (slide decks unread -> three-bullet status email), proper
Claude-chat look with avatars and bubbles on both sides. Canonical trigger
prompt switched to English everywhere (homepage, architecture, both
adapter generators rebuilt) - V7 consistency green, all checks pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PDKeXvpT6tENSvyQGLV1Uq
2026-07-10 06:01:43 +02:00

1.2 KiB
Raw Blame History

esco_uri, esco_label, relation, onet_soc, source, confidence, qa_count, generator, generated
esco_uri esco_label relation onet_soc source confidence qa_count generator generated
http://data.europa.eu/esco/skill/9ef0f3a0-9ce2-4ef1-a987-0366b5cb2dbe database development tools essential 15-1242.00 model-knowledge high 0 gemma3:27b (prompt-designed and spot-checked by Claude) 2026-07-10

database development tools — Database Administrator

As a Database Administrator (DBA), 'database development tools' isnt about building applications, but enabling those who do and ensuring the database can support their work efficiently. Daily, this means using tools to analyze proposed schema changes (logical structure) before they hit production. Think SQL Developer/DBeaver for visually inspecting designs, or specialized data modeling software like ERwin Data Modeler or Lucidchart to understand entity relationships and potential performance bottlenecks. You'll also use these tools to generate DDL scripts the instructions that create those structures in the database itself. Its about validating designs against best practices (normalization, indexing strategies) before developers even start coding.

Weitere Anreicherung

Stage-2 source for future practitioner grounding: arXiv cs.SE (software-engineering preprints).