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 the primary use of the model database?
Mention the different types of triggers?
What are clustered and non-clustered index?
Can we call future method from queueable?
Why the trigger fires multiple times in single login?
Explain try...catch with sql server?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
How to create a large table with random data for index testing in ms sql server?
Explain various On-Delete options in a DB table. Which is the default option?
0 Answers Akamai Technologies,
What is change data capture (cdc) in sql server 2008?
What do you think of this implementation? Can this be implemented better?
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)