write down the code for "how we delete a table without
using of Drop command " ?
Answer Posted / sachin tendulkar
Can not be deleted without using DROP key word.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the 3 types of schema?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is purpose of normalization?
How many types of objects are there?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
What is inline table-value user-defined function?
How to insert a new row into a table with "insert into" statements in ms sql server?
Why use stored procedures in sql server?
What is molap and its advantage? : sql server analysis services, ssas
How to list all columns in a table using odbc_columns()?
What is parameterized reports in ssrs ?
How to retrieve error messages using odbc_errormsg()?
How to convert numeric expression data types using the cast() function?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is the difference between a view and a stored procedure?