how to dispaly a particular row details from a given table
Answer Posted / karthick.r
the query to display a particular record for the emp'v4290'
is given below
select * from employee where empid="v4290";
in this eg employee is the table-name and v4290 is the value
for the attribute empid. where is the clause to fetch the
record from the backend database table
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are different types of constraints?
How do you manipulate data?
What happens if null values are involved in datetime operations?
What is the full meaning of dml?
Is sql server is free?
What is resultset concur_updatable?
How ssrs maintain security?
What is store procedure? How do they work? When do you use?
What stored by the master?
Do you know how to send email from database?
What is transaction server implicit?
What is a livelock?
What authentication modes does sql server support?
What are the 10 characteristics of data quality?
Do you know how to store and query spatial data?