Programming Blog
Wednesday, January 6, 2010
Selecting (display) data from a table
Syntax:
select * from
table_name
;
Example:
select * from dept;
This command selects and displays entire data from a table.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment