write sql program to get the detail of student in a class?
Answer Posted / muruga nandhini.p
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 ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does sql server mean?
Does index speed up select statements?
How to reaname table name without using sp_Rename in sql server..?
What are partitioned views?
What is transaction server implicit?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
What are cursors and when they are useful?
Describe in brief authentication modes in sql server.
what is an index? : Sql server database administration
What are the advantages to use stored procedures?
What is attribute? : sql server analysis services, ssas
Explain why variables called the most powerful component of ssis?
What is store procedure? When do you use?
What is deploy, process and build? : sql server analysis services, ssas
What is the sql server 2000 version number?