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 |
What is de-normalization and what are some of the examples of it?
Explain the disadvantages/limitation of the cursor?
Why functions are used in sql server?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
what is a stored procedure and trigger?
What is a transact-sql statement batch in ms sql server?
What is the difference between HAVING clause and the WHERE clause?
What are rows and columns?
What is an indexing strategy?
How do I compare two values when one value(data type) is char and the other is an integer?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
Which one is faster delete/truncate? Why?
Oracle (3259)
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)