define sql
Answers were Sorted based on User's Feedback
Answer / banoj kumar swain
sql is stands for structured query language.it is a
relational db language meant for interacting with database.
it is also compactable for different databases.
banoj
Is This Answer Correct ? | 4 Yes | 2 No |
sql --- structure query language
It is a English like language
It can write more line with or without space
It can easy to de buggings
There is no specific limit for sql query
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of normalization.
Which are the different character-manipulation functions in sql?
i need department wise top 2 employees salary.which logic i will use
How many types of cursors supported in pl/sql?
i have a table with fields(id,name,accnt_type)and in account type are FD,SAVING,RD. Write a query to get How many number of People are in each type of Account?
What is mdf ldf and ndf?
Can there be more than one function with a similar name in a pl/sql block?
Can you skip header records while loading? : aql loader
how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is an oracle stored procedure?
Can we use views in stored procedure?