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 is 1nf 2nf and 3nf?
How to convert character strings into numeric values?
How to set database to be single_user in ms sql server?
What are indexers?
Can a table have 2 foreign keys?
what is normalization? : Sql server database administration
Is it possible in sql table to have more than one foreign key?
What do you understand by physical_only option in dbcc checkdb?
What are the general features of sql server management studio? : sql server management studio
What is the maximum number of index per table?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
What is the sql profiler?
Can two tables share the same primary key?
What are the tools available in market as an alternative to sql server reporting services?
Explain indexed views and partitioned view with their syntax.