Let’s say the table in the database is named as
TBL_Register. The fields in this table include:
1. User_Name,
2. User_Telephone,
3. Register_Date
The field Register_Date stores the current date and time of
the registration.

Write the SQL statement that inserts the data into the
table.

Answer Posted / suresh

insert into TBL_Register values
(@Username,@UserTeleNo,getdate())

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is snapshot replication?

601


What are data regions?

92


How to delete existing rows in a table?

595


Do you know what is user defined datatypes and when you should go for them?

508


How to disconnect from a sql server using mssql_close()?

593






What are rest-style architecture's?

149


Does sql server 2000 full-text search support clustering?

512


Can we add an identity column to decimal datatype?

591


What are different types of replication in sql server?

576


How do I open port 1433?

537


what are the reporting service components in SSRS?

118


How will you optimize a stored procedure optimization?

517


How to change the ownership of a schema in ms sql server?

565


What are sub reports and how to create them?

99


Difference between primary key and clustered index?

509