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
What are the advantages to use stored procedures?
what is the difference between Tabular and Matrix report?
How can you manage sql azure security?
Why use triggers?
How to enter comments in transact-sql statements?
Explain what are the different index configurations a table can have?
How to add an address record into adventureworkslt?
What is a view in sql?
What is instead of dml trigger?
please differentiate between delete and truncate?
What is the command dbcc checkdb used for?
what is the main function of a query parameter?
What are the security related catalog views? : sql server security
Where are sql server usernames and passwords stored in the sql server?
How do I create a trace in sql server?