Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Let’s say the table in the database is named as TBL_Register. The fields in this table include: ..

Answer / suresh

insert into TBL_Register values
(@Username,@UserTeleNo,getdate())

Is This Answer Correct ?    8 Yes 0 No

Let’s say the table in the database is named as TBL_Register. The fields in this table include: ..

Answer / sachin rathi

insert into TBL_Register values
(@Username,@UserTeleNo,current_timestamp)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What command do we use to rename a db, a table and a column?

0 Answers  


What is a rownum?

0 Answers  


What is the process of normalising?

0 Answers  


What is wide table?

0 Answers  


Explain what you mean by 3 tier architecture.

0 Answers   TCS,


Tell me the phases a transaction has to undergo?

0 Answers  


Explain different types of lock modes in sql server 2000?

0 Answers  


Why SQL Agent is used?

0 Answers   Abacus,


What are the steps to follow to configure SQL*Net?

0 Answers   Tech Mahindra,


State a few properties of relational databases?

0 Answers  


What happens if ntwdblib.dll is missing on your machine?

0 Answers  


How you can minimize the deadlock situation?

0 Answers  


Categories