SQL Select Statement Example 1

Select Statement Example 1



This SQL statement shows us how to selects the "UserName" and "Password" columns from the "Users" table:

SELECT UserName, Password FROM Users

Post a Comment

0 Comments