what is the query and condition to delete datas in sql
server.
Answers were Sorted based on User's Feedback
Answer / ram suresh.l
Delete (primarykey number ex:empid) from databasename
| Is This Answer Correct ? | 2 Yes | 4 No |
Explain couple pf features of SQL server
What are the advantages of log shipping?
How to rebuild the master database?
table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output
to explain sql server 2000 architecture & authentication
What are indexes? When do you need to create Indexes?
4 Answers CarrizalSoft Technologies, HP,
Can group functions be used in the order by clause in ms sql server?
What is named query? : sql server analysis services, ssas
Write a sql query to sort on different column name according to the parameters passed in the function?
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
How to count rows with the count(*) function in ms sql server?
What is the difference between Stored Procedures and triggers?
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)