diff --git a/dbscripts/insert_data.sql b/dbscripts/insert_data.sql index 729cfbf..49cb8ca 100644 --- a/dbscripts/insert_data.sql +++ b/dbscripts/insert_data.sql @@ -43,7 +43,7 @@ SELECT * FROM tbl_skill; -- View the inserted data SELECT * FROM tbl_code_tables; -- View the inserted data -SELECT * FROM tbl_user_profiles; +SELECT * FROM tbl_user_profile;