Files
skillfactor-pipeline/adapters/claude/dist/database-administrator/competences/data-models.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.1 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/fecf8a0d-62c4-4e71-9b03-0f4fc2ad7bf5 data models essential 15-1242.00 model-knowledge high 0 gemma3:27b (prompt-designed and spot-checked by Claude) 2026-07-10

data models — Database Administrator

As a Database Administrator (DBA), 'data models' isnt about creating them from scratch thats usually the data architects job. Its about deeply understanding existing ones and how they impact everything you do. Daily, this means interpreting Entity-Relationship Diagrams (ERDs) or logical/physical data models to troubleshoot performance issues ('why is this query slow?'), plan schema changes ('how will adding this column affect our reporting?'), and ensure data integrity. You'll be using tools like database documentation platforms (e.g., Dataedo, erwin), SQL Developer/Management Studios object explorers, or even just digging through the system catalog to visualize relationships.

Weitere Anreicherung

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