How to select 10 records from a table?
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
Explain what is a column in a table?
Is postgresql a nosql database?
how to install mysql? : Sql dba
what is foreign key? : Sql dba
i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75
Why do we need sharding?
What are the two types of periodical indexes?
What is the use of primary key?
i want insert 10 records from table a to table b. if i m using statement level trigger how many record insert ?in row level trigger how many record inserted???
3 Answers Scope International,
how to include comments in sql statements? : Sql dba
What is sql catalog?