SKILL BENCHMARK

Prompt Engineering for Querying SQL Databases Literacy (Beginner Level)

  • 10m
  • 10 questions
The Prompt Engineering for Querying SQL Databases Literacy (Beginner Level) benchmark evaluates your knowledge of operating MySQL and utilizing the assistance of generative artificial intelligence (GenAI) chatbots like ChatGPT and Bard. You will be assessed on your ability to work with MySQL tables and constraints using GenAI. Learners scoring high on this benchmark demonstrate that they have the skills necessary to leverage prompt engineering to work with tables and constraints in MySQL.

Topics covered

  • create a database and table
  • insert data into and view tables with ChatGPT's assistance
  • install MySQL on macOS and Windows
  • recall foundational concepts of structured query language (SQL)
  • update and delete records in tables
  • use generative artificial intelligence (AI) to explore SQL
  • use NOT NULL constraints in SQL
  • use unique constraints and trigger constraint enforcement
  • view and drop constraints
  • work with primary keys