how will u create "n" possible tables in sql...
Answer Posted / poornima k
create table &t_name(&f_name1 &datatype1);
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
Difference between report and query parameter.
where the connection string store in the database
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What is sql server management studio? : sql server management studio
Explain the benefits of user-defined functions?
What will happen if a column containing char type data is changed to the nchar data type?
how can you check the level of fragmentation on a table? : Sql server administration
When I delete any data from a table, does the sql server reduce the size of that table?
What are the system database in sql server 2008?
Why and when do stored procedure recompile?
How to create view in stored procedure sql server?
How to sort query output in descending order in ms sql server?
Write a query for primary key constraint with identity key word?
How can I tell if sql server is 32 or 64 bit?