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
what is a deadlock? : Sql server database administration
Is it true, that there is no difference between a rule and a check constraint?
Tell me what is sql profiler?
What is user-defined functions? What are the types of user-defined functions that can be created?
What is the template in sql?
What are different types of constraints?
What do you mean by table and field in sql?
What does indexation mean?
List all the types of user-defined functions?
what are the different types of SSRS reports?
What is attribute relationships, why we need it? : sql server analysis services, ssas
Explain transaction server implicit?
Explain filtered indexes benefits?
In what sequence sql statement is processed?
How will you make an attribute not process? : sql server analysis services, ssas