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 is difference between view and materialized view?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.
Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take?
What is abstracting periodical?
Explain syntax for viewing trigger?
Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement
How to name query output columns in ms sql server?
What is table value parameters (tvp)?
How to start sql server browser service?
What are diverse clauses that form a part of sql?
Do you know query execution plan?
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)