What are ddl (data definition language) statements for tables in ms sql server?
Answer / Nitin Paliwal
DDL (Data Definition Language) statements for tables in MS SQL Server include CREATE TABLE, ALTER TABLE, DROP TABLE, and TRUNCATE TABLE. These statements are used to create, modify, delete, or clear the contents of a table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is normalization? Explain different forms of normalization?
Does partitioning improve performance?
How to set database to be single_user in ms sql server?
How to link tables in sql server?
What is the use of SCOPE_IDENTITY() function?
If there exist a index on the table, and we then make a view on that table (include the indexed column from base table) than why do we require indexing on view?Doesnt it create an overhead?
How do I delete a sql server database?
Table student containing 2 columns,Join date,Employee name. Under join date 4 rows r ter =1-jan-2008,2-feb-2008,3-mar- 2008,4-feb-2008.Under Employee name 4 difeerent names jaison,robin,binoy,rahul Result set is, Table containing 4-column name=jan,feb,mar,april,,beneath these months count is given as 1,2,1,0 means these counts representing number of emplooyees joined in a month(january 1employee,february 2 employee,march 1 employee,april 0 employee) Can you give me the required sql query
How do you create a data source?
What are date and time data types in ms sql server?
What is sql server database?
Where are full-text indexes stored?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)