Why is DML provided?
Answer / ram
data manipulate like insert,update, modifying , delete
| Is This Answer Correct ? | 0 Yes | 0 No |
user defined datatypes
What is database replication?
What is the difference between distinct clause and group by clause?
How to select an exiting database using mssql_select_db()?
What is BCP? When do we use it?
Can an entity have two primary keys?
Why use “in” clause in sql server?
What is intellisense?
What are the functions in sql server?
What is the filtered index?
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
How to display a past time in days, hours and minutes?
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)