Implemented some feedback
This commit is contained in:
committed by
Nanne Baars
parent
53c16c8b82
commit
256c0d05aa
@ -24,5 +24,8 @@ CREATE TABLE user_system_data (userid int not null primary key,
|
||||
cookie varchar(30));
|
||||
-------------------------------------------------------
|
||||
|
||||
*6.a)* Retrieve all data from the table by using a UNION (You have to use a union to complete this assignment.) +
|
||||
*6.b)* When you have figured it out.... What is Dave's password?
|
||||
*6.a)* Retrieve all data from the table +
|
||||
*6.b)* When you have figured it out.... What is Dave's password?
|
||||
|
||||
Note: There are multiple ways to solve this Assignment. One is by using a UNION, the other by appending
|
||||
a new SQl statement. Maybe you can find both of them.
|
Reference in New Issue
Block a user