write sql program to get the detail of student in a class?
Answer Posted / bhagwat sharma
create table student
(
roll_no int,
name varchar(20),
class int,
address varchar(50),
phone int
)
++++++++++++++++run select than press f5
insert into student values(1,'Bhagwat',10,'Mathura',9268450493)
+++++++++++++run select than press f5
select * from student where roll_no=1
+++++++++++++++++++++++++++run select than press f5
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the database you used in your final year project?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How to rebuild the master database?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
how to overcome kernel isssues
What is difference between unique and primary key?
What is a trigger in sql server?
when would you go for denormalization? : Sql server database administration
What language is sql server written in?
How to apply cascading referential integrity in place of triggers?
What is difference between count (*) and count column?
Write the syntax for stuff function in an sql server?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What is a collation?
How to display a past time in days, hours and minutes?