in the previous article the authors have discussed about education dml insert, update and delete in sql server 2005
one more function to be the author discussed the function dml of view or display the data that we have stored in the table.
to display the data in the table we use the select command, this command is of course very important to use
because this command is always required by the user to view the data that is in the table
just the authors show how to write the select syntax,
syntax for the select command structure is as follows:
SELECT * FROM [Table Name]
above command is a command that is used to display all the data in the table
Examples of the use of the delete DML syntax:
SELECT * FROM t_customer
Comments
Post a Comment