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...

what command is used to create a table by copying the
structure of another table including constraints ?

Answer Posted / ben

crete view (view_name) as
select * from (table);

In SQL, a view is a virtual table based on the result-set of an SQL statement.

A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database.

i think this is the right answer

:)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope of pl sql developer in future?

1065


What are character functions?

1136


what is try_catch block in procedure

1804


Which is better varchar or nvarchar?

1048


Is sql dba a good career? : SQL DBA

1043


What is record data type?

973


How many subqueries can be nested in a statement?

1035


What are the different dml commands in sql?

1239


Can a select statement fire a trigger?

1201


what is the stuff function and how does it differ from the replace function? : Sql dba

1102


What is the difference between having clause and where clause?

1107


How to add, remove, modify users using sql?

1084


What are the two types of exceptions.

1217


What is right join in sql?

1150


what are the advantages of sql ? : Sql dba

1105