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

Explain the general syntax for a SELECT statements covering
all the options.

Answer Posted / dinesh sharma

select * from tablename(select all fields of the tables)
select f1,f2 from tablename (select selected fields(like
f1,f2)
select f1,f2,2 [f3] from tablename(select selected fields
plus one fields having default value is 2)

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which database can extended stored procedures be added?

883


How long can an error message be in raiseerror function?

982


You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?

1047


Explain about the relational database?

1042


In which table collections errors are stored.

2393


Which four data types cannot be used as a return type from a user-defined function?

997


What is an application role and explain a scenario when you would use one?

987


What is the database development process?

1195


Can an extended stored procedure be called from inside a user-defined function?

1042


Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?

2405


How would you design a database for an online site, which would average a million hits a day?

986


The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?

974


How is data stored in dbms?

935


Explain about relational operator join?

1019


How to generate OIDS

2228