Explain the microsoft sql server delete command? : SQL Server Architecture
Answer / Kranti Kumar
"The DELETE command in Microsoft SQL Server is used to remove records from a table. The syntax for the DELETE command is as follows:nDELETE FROM table_name WHERE condition;nIn this command, 'table_name' is the name of the table you want to delete records from, and 'condition' specifies which rows should be deleted."
| Is This Answer Correct ? | 0 Yes | 0 No |
How the authentication mode can be changed?
How can I create a table from another table without copying any values from the old table?
What are the types of sql server?
i have a table student like sname ----- ram ram ram raj raj raj i need the output like sname ----- ram raj ram raj ram raj
Explain features and concepts of analysis services?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is the difference between resultset and resultsetmetadata?
Define outer join?
How to insert multiple rows with a subquery?
Table student containing 2 columns,Join date,Employee name. Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar- 2008,4-feb-2008.Under Employee name 4 difeerent names jaison,robin,binoy,rahul Result set is, Table containing 4-column name=jan,feb,mar,april,,beneath these months count is given as 1,2,1,0 means these counts representing number of emplooyees joined in a month(january 1employee,february 2 employee,march 1 employee,april 0 employee) Can you give me the required sql query
How can windows applications connect to sql servers via odbc?
What is forward - only cursors / read only cursor?
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)