how to dispaly a particular row details from a given table
Answers were Sorted based on User's Feedback
Answer / 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 |
explain different types of cursors? : Sql server database administration
how to improve the speed of SQL database server and how to avoid dead lock?
What are the restrictions applicable while creating views? : SQL Server Architecture
What is sql server management studio? : sql server management studio
difference between function and procedure
3 Answers Cognizant, HCL, TCS, Theorem,
Diffrent types of function
How to delete the duplicate rows from a table in SQL Server ??
If the job running very slow what is the action you do
How to modify existing triggers using "alter trigger"?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...
what are user defined datatypes? : Sql server database administration
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)