I hereby claim:
- I am zsubzwary on github.
- I am zsubzwary (https://keybase.io/zsubzwary) on keybase.
- I have a public key ASBeFZJuntcAAWLWiWv6_LsKUFS-cqoL-FN_XhrvKrC4aAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Pending assignments of System Programing of Section C of FALL 2015 BSCS :
DEADLINE: February 18, 2019 Assigment should be submitted to class CR before February 15, 2019
CREATE TABLE STUDENT | |
( | |
id int PRIMARY KEY, | |
firstName nvarchar(200), | |
lastName nvarchar(200), | |
email nvarchar(320) | |
); | |
-- This is a dummy record do not use in production !! |