summary refs log tree commit diff stats
path: root/mysql-php/text/a1.typ
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@termux-alpine>2024-01-30 17:07:29 +0000
committerSudipto Mallick <smlckz@termux-alpine>2024-02-03 10:50:46 +0000
commit15ff931b72b24a8f7f1d06d0549d985162a1d6b6 (patch)
treec009811894797243597080a439f2f474c2651dd9 /mysql-php/text/a1.typ
parentb50c4a792457d4b5de91dedda25b2ebd349101c5 (diff)
downloadzadania-15ff931b72b24a8f7f1d06d0549d985162a1d6b6.tar.gz
Improve the code of PHP assignment #2
Diffstat (limited to 'mysql-php/text/a1.typ')
-rw-r--r--mysql-php/text/a1.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-php/text/a1.typ b/mysql-php/text/a1.typ
index b2ae406..416d56c 100644
--- a/mysql-php/text/a1.typ
+++ b/mysql-php/text/a1.typ
@@ -4,7 +4,7 @@
 #set par(leading: 0.725em)
 
 #assignment(1)[
-  Create a table `Student` in a MySQL database containing the fields `name`, `roll`, `city`, `email` and `date_of_birth` and insert 5 records into this table and display them using PHP.
+  Create a table `Student` in a MySQL database containing the fields `name`, `roll`, `city`, `email` and `date_of_birth` and insert some records into this table and display them using PHP.
 ]
 
 #scos(1)[