Skip to content

Commit

Permalink
Typo entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0-me committed Feb 17, 2022
1 parent 06f08e0 commit 1582d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listings/chapter19/mklanguages.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

CREATE DATADBASE IF NOT EXISTS programming_languages;
CREATE DATABASE IF NOT EXISTS programming_languages;

USE programming_languages;

Expand Down

0 comments on commit 1582d63

Please sign in to comment.