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
Can group functions be mixed with non-group selection fields in ms sql server?
What are alternate keys?
What is an index. What are the types?
What are entities and relationships?
When does a workload on SQL Azure get throttled?
What are different replication agents and what's their purpose? : sql server replication
What is a with(nolock)?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What happens if null values are involved in boolean operations?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
Explain transaction server implicit?
What is a trace frag?
What is change data capture (cdc) feature?
What is a functions and types in sql server?
What are the lambda triggers?