How to filter records of table in SQL SERVER?
Answer / Ashwini Kumar
To filter records from a table in SQL Server, you can use the WHERE clause:nn```sqlnSELECT * FROM YourTable WHERE columnName = 'value';```nReplace 'YourTable' with the actual name of your table, 'columnName' with the name of the column to filter, and 'value' with the desired value for that column.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is trigger explain with program?
What is Left Outer Join?
what is database replication? : Sql server database administration
Difference between DELETE and TRUNCATE?
How to generate create view script on an existing view?
What is Check point? Explain in Brief what it will do?
How to select some specific rows from a table in ms sql server?
how to find nth highest salary
103 Answers Cognizant, IBM, NexGen, Oracle,
After the SQL installation what are the jobs will you configure?
1 Answers G7 CR Technologies, IBM, Satyam,
How many databases instances are there in sql server 2000?
Why we should not use triggers?
Do you know what are various aggregate functions that are available?
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)