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.
Answers were Sorted based on User's Feedback
Answer / sachin rathi
insert into TBL_Register values
(@Username,@UserTeleNo,current_timestamp)
| Is This Answer Correct ? | 2 Yes | 1 No |
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
which is best institute to learn sql server in ameerpet or sr nagar or maithrivanam?please help
Will sql server 2005 allow you to reduce the size of a column?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
How to create and drop temp table in sql server?
why cluster and non clusterindex are used in sqlserver 2000? explain with example
default databases available in sql server and there uses ?
How sql server executes a statement with nested subqueries?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
what is nonclustered index
What objects does the fn_my_permissions function reports on? : sql server security
Do you know how to make remote connection in database?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)