assignment 4: specifying data type in instructions

This commit is contained in:
PhilippeSteinbach 2019-02-04 14:52:45 +01:00 committed by Nanne Baars
parent 5c2d9cd8e9
commit 875f0487bd

View File

@ -20,5 +20,5 @@ If an attacker uses a SQL injection of the DDL type to manipulate your database,
);
** This statement creates the employees example table given on page 2.
Now try to modify the scheme by adding the column "phone" to the table "employees":
Now try to modify the scheme by adding the column "phone" (varchar(20)) to the table "employees". :