0% found this document useful (0 votes)
34 views2 pages

Sqlyog Code

The document contains multiple INSERT statements adding the username 'java' and password 'code' to a login table tbl_login.

Uploaded by

mine_ne361
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

Sqlyog Code

The document contains multiple INSERT statements adding the username 'java' and password 'code' to a login table tbl_login.

Uploaded by

mine_ne361
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

INSERT INTO tbl_login

(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');
INSERT INTO tbl_login
(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

INSERT INTO tbl_login


(Username, PASSWORD)
VALUES
('java', 'code');

You might also like