Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Playground] Use DML and DDL correctly #1716

Open
Zitrone44 opened this issue Dec 16, 2024 · 0 comments
Open

[Playground] Use DML and DDL correctly #1716

Zitrone44 opened this issue Dec 16, 2024 · 0 comments
Labels

Comments

@Zitrone44
Copy link
Member

Zitrone44 commented Dec 16, 2024

Describe the bug
In the SQL-Playground-Template the schema of a Database is called DML and the inserts DDL. But it is the otherway arround:

  • DML = Data manipulation language (INSERT, .etc)
  • DDL = Data definition language (CREATE TABLE, etc.)

To Reproduce
Steps to reproduce the behavior:

  1. Go into the SQL-Playground
  2. Go to Templates
  3. Open the dropdown
  4. See mistake

Expected behavior
it should correctly state the schema as DDL and the inserts as DML.

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant