ALLInterview.com
Categories
|
Companies
|
Placement Papers
|
Code Snippets
|
Certifications
|
Visa Questions
Post Questions
|
Post Answers
|
My Panel
|
Search
|
Topics
|
Errors
mahaveer kumar h.v.
{ City } bangalore
< Country > india
* Profession *
User No #
8061
Total Questions Posted #
0
Total Answers Posted #
1
Total Answers Posted for My Questions # 0
Total Views for My Questions # 0
Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 0
Questions / { mahaveer kumar h.v. }
Questions
Answers
Category
Views
Company
eMail
Answers / { mahaveer kumar h.v. }
Question
{
8663 }
what is the syntax of INSERT command?
Answer
INSERT INTO table_name (Col_name1,Col_name2,Col_name3...)
VALUES (Col_value1,Col_value2,Col_value3...);
Is This Answer Correct ?
4 Yes
0 No