Inactive Tutor answered 04/06/22
Hi Muhammad,
Changed the column Password to PasswordHash since its bad practice to use reserved words. Could switch to use DateTime if you don't need the nano seconds, saves a bit on storage.
Regards.
Muhammad Umair K.
asked 03/19/22Write an SQL script to create a table called users in a database, with the following fields (assume the specific database has already been accessed) a.id, which is the primary key and value is provided by the database server b.username, which has an appropriate string format c.password, with a format specific for the SHA encryption algorithm d.reg_date, with an appropriate date format
Inactive Tutor answered 04/06/22
Hi Muhammad,
Changed the column Password to PasswordHash since its bad practice to use reserved words. Could switch to use DateTime if you don't need the nano seconds, saves a bit on storage.
Regards.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.