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
What is proper subset of candidate key?
Does sql server 2016 have ssms?
what types of replication are supported in sql server? : Sql server database administration
Explain try...catch with sql server?
What does indexation mean?
What is the difference between stored procedure and user defined functions?
How many cores do I need for sql server 2016?
Explain the difference between primary keys and foreign keys?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
How do you create type- insensitive operator?
Explain how you can deploy an SSRS report?
application server is slow what may be the problem
Can we write trigger for view?
What is query and its types?
optimization techinques