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.

Answer Posted / suresh

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

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert numeric expression data types by assignment operations?

1135


What is table value parameters (tvp)?

1150


Write a query for primary key constraint with identity key word?

1082


What is filtered index?

1143


How many triggers are possible per table?

1140


How to list all stored procedures in the current database using ms sql server?

1193


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

1108


What are the types of database schema? : sql server analysis services, ssas

1190


What are the steps you must follow to hide sql server instances?

1030


Explain what are various ways to enhance the ssrs report?

1097


Explain what are page splits? : SQL Server Architecture

1120


what is unique and xaml nonclustered index

1101


What are temporal tables in sql server 2016?

930


What is a filestream?

1045


What does the update command do?

1173