Sharp Tutorial
SQL select Query

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

SQL

  • SQL home
  • SQL introduction
  • SQL install and Run
  • create table
  • drop table
  • alter table
  • Insert into table
  • select query
  • Where Clause
  • Order By /Group By
  • Delete Query
  • Update query
  • Aggregate Function
  • Join Tables
  • SQL Examples
  • SQL Exercise

DBMS

SQL Select Query

Select SQL query may be used to fetch the records from a table or group of  multiple tables.

Syntax : select * from <table-name>;

Select Query to select all fields

 
    select * from Student; 
 

Above query Displays the records with all fields  as following.

Syntax : select field1,field2  from <table-name>;

Select Query to select selected fields

 
    select rollNo,Name  from Student; 
 

Above query Displays the records with selected fields  as following.

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial