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 |
What are binary string data types in ms sql server?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Explain the etl (extraction, transformation, and loading)?
Explain the advantages of merge replication?
What is the difference between referencing and joining?
Can you get second highest salary from the table?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What do you mean by 'normalization'?
0 Answers Ernst Young, Thomson Reuters,
which query u can write to sql server doesn't work inbetween 7.00PM to nextday 9.00AM
Can we use where clause with group by?
Differences between Standby Vs No recovery?
Oracle (3253)
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)