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
How to remove duplicate rows from table except one?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What is the difference between dropping a database and taking a database offline?
Can we add a cpu to sql server?
Which sql server is best?
Explain what role entity and relationship play in an ER diagram.
How do I trace a query in sql server?
What do you mean by the term 'normalization'?
What are the different types of data sources in ssrs?
What is primary key index?
What is the syntax for encrypting a column in SQL Server?
explain extended properties
What are the different types of sub-queries?
Is mysql the same as sql server?
How do I start sql server 2016?