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 collation sensitivity?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
How to create user defined functions with parameters?
What are the common performance issues in sql server?
Do you know what are different types of replication in sql server?
What are the different Topologies in which Replication can be configured?
What are distributed partitioned views?
How can I tell if sql server is 32 or 64 bit?
Define Joins?
According to you what goes into making the best database administrator? : sql server database administration
What are the steps you should follow to start sql server in single-user mode?
Explain active/passive and active/active cluster configurations?
Why do we backup Active Directory ?
What is the maximum length of an alert name?
Explain the microsoft sql server delete command?