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
What are the source of constraints?
What are the differences between local and global temporary tables?
What is the standby server?
Can we return Data from 4(more than 1) tables in stored procedure?
What is page-level compression?
What does it mean to invest in the index?
What are the advantages of sql stored procedure?
How to write a query with a full outer join in ms sql server?
What is a scheduled job or what is a scheduled task?
How to create an identity column?
What is sql server agent and what are the two modes of authentication in sql server?
What is mssql?
How do I setup a local sql server database?
Name three of the features managed by the surface area configuration tool? : sql server security
Does the unique constraint create an index?