How can you insert values in multiple rows using one Insert statement?
Answer / Prabhat Kumar Mishra
You can use the INSERT INTO ... VALUES ...,... syntax to insert multiple rows using one Insert statement. Each set of values between the parentheses represents a single row.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test a dml trigger in ms sql server?
what is a self join? : Sql server database administration
sql server has its default date format in da form "yy-mm-dd" its possible to convert da current date format of sql server to desired format. Now my question is dat how to get da previous and comin days date in my desired format??
What is reference section?
select the 3rd maximum salary from sql server database if 4 (just an example In practically I may not know the exact situation) of the highest salaries are equal.
Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance
Mention the command used to rename the database.
What are clustered and non-clustered index?
What is a database table?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
How do I view a stored procedure in sql server?
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)