blob: 1f3c1153288ee84db9182e9dd6daa915f1ba6a4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#import "/tpl.typ": *
#show: A => apply(A)
#set raw(lang: "php")
#set par(leading: 0.65em)
#assignment(2)[
Design a `Login` table to take `username` and `password`, and
- Show all records of the `Student` table for an authorized user, whose username and password exists in the `Login` table.
- Allow the authenticated users to change their username and password.
]
#scos(2)[
#image("/output/2.png", width: 100%)
]
|