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 an indice?
Write SQL queries on Self Join and Inner Join.
What does set rowcount do?
What is the difference between migration and upgradation in sql server?
Describe and explain about SQL native client?
What are binary string data types in ms sql server?
What are the properties of the transactions?
What is named query? : sql server analysis services, ssas
What is the architecture of ms sql reporting service?
Can I disable or restrict ssrs export formats (rendering formats)?
What is a partition key?
What is coalesce and check constraint in sql server?
How to concatenate two binary strings together?
What is a transact-sql statement?
Explain features of analysis services?