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 |
Other than truncate statement, which other command can by-pass the trigger on the tables?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
Do you know the different ddl commands in sql?
What is normalization and what are the advantages of it?
What are the two types of concurrency?
Can we perform backup restore operation on tempdb?
How to generate random numbers with the rand() function in ms sql server?
How to enter binary string literals in ms sql server?
What is #table in sql server?
What is the new security features added in sql server 2016? : sql server security
How to concatenate two binary strings together?
What is the use of SCOPE_IDENTITY() function?
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)