write down the code for "how we delete a table without
using of Drop command " ?
Answer Posted / bru medishetty
DELETE FROM TABLENAME
Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What are commit and rollback in sql?
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What is the difference between dataadapter and datareader?
What is "scheduled jobs" or "scheduled tasks"?
What is postgresql server?
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 the maximum row of a size?
What is the security principal at the server level that represents your session?
Introduction of rollup clause using sum and group by clause?
Does sql server 2000 clustering support load balancing?
How do I find query history in sql server?
What is the difference between inner join and equi join?
Suggest a method of joining two tables.
How to get a list of columns in a view using the "sp_help" stored procedure?