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 / sachin rathi

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

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is proper subset of candidate key?

676


Does sql server 2016 have ssms?

620


what types of replication are supported in sql server? : Sql server database administration

559


Explain try...catch with sql server?

677


What does indexation mean?

600






What is the difference between stored procedure and user defined functions?

719


How many cores do I need for sql server 2016?

592


Explain the difference between primary keys and foreign keys?

606


if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration

611


How do you create type- insensitive operator?

648


Explain how you can deploy an SSRS report?

112


application server is slow what may be the problem

1877


Can we write trigger for view?

637


What is query and its types?

603


optimization techinques

2290