-- Not a Pro Database person pero here's my simple explanation
CREATE TABLE test.EMPLOYEE(ID int not null auto_increment primary key, name varchar(50) not null);
CREATE TABLE test.WORKS_ON(ID int not null auto_increment primary key, EMPLOYEE_ID int not null, WORK_DESC varchar(255), FOREIGN KEY...
kung gusto mo ng advance, try mo mag dive sa frameworks like angular/react js. Bukod sa school at work, sa Udemy din ako natuto, bumili nga lang ako ng course. Worth it naman kasi from beginner to advance yung flow ng lecture then may certificate after.
hmmm, well possible reason kung bakit naka instantiate sa no args String constructor yung variable, dahil siguro sa coding standard. Sa industry kasi, pwedeng iflag(need to refactor) yung pag iinitialize ng string literal ng mga plugins sa project app like checkstyle, solarlint etc. or mismong...