Answer Posted / kumar
Alredy We are having the emp table in our database at the
time only we can insert the data otherwise not possible.
We can insert the data into emp table into 2 ways by using insert command.Two syntax of insert command given below
1.insert into tablename values(<values list>)
2.insert into tablename(<column list>) values(<spcified column values >)
Is This Answer Correct ? | 36 Yes | 0 No |
Post New Answer View All Answers
What is the difference between writing data to mirrored drives versus raid5 drives
What is the sql case statement used for?
What are the differences between decimal and float in ms sql server?
What is the need for group functions in sql?
How to find the source of a table in sql server?
Define Joins?
What is function of ROLLUP ?
List some of the rules that apply to creating and using a ‘view’
What is Transparent Data Encryption?
What is the tcp/ip port on which sql server runs?
What are the advantages of paper records?
What is a partitioned view?
How to verify a login name with sqlcmd tool?
How to select true false based on column value in sql server?
How can we improve performance by using SQL Server profiler?