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 sql server replication? : sql server replication
Explain the properties of sub-query in sql server?
How can you ensure that the database and sql server based application perform well?
What is the contrast between sql and pl/sql?
What command is used to rename the database?
Explain nested join?
Can we insert data if clustered index is disabled?
What is the simplest way to create a new database in ms sql server?
What is snapshot report?
What is the return type of executeupdate ()?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
Define clusters?
Where are stored procedures in sql server?
How to drop existing indexes in ms sql server?
Do I need a report server to run reports in my application?