Home / DeveloperSection / Category
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
SQL and NoSQL databases each provide their own advantages and disadvantages. Learn more about each one, including their structures, scalability, and use cases.
SQL Query optimization is the iteratively enhancing the performance of a query in terms of execution time, the number of disk accesses, etc. Let's see how!
Admittedly, the complex manual process of migration between Oracle and MySQL is enough to deter the migration process
The Internet is not only a great place to go for information and to communicate with others but it also allows us a great opportunity to be able to
You get many benefits by Investing in Oracle Training. Millions of professionals around the world take online Training by Oracle University. That is every course is Designed for maximizing your thinking.
SQL means Structured Query Language. It is a domain-specific language which is used for communications and also manipulation of data which is stored
A view is a SQL statement which is stored in the database with a name. A view is actually a formation of a table in the form of a predefined Structured Query Language (SQL) query.
Triggers are store procedure, which are automatically executed or fired when some events occur like deletion, insertion of data. Triggers are database object which is attached to a table and is executed automatically.
Constraints are used to apply some rules for the record in a table. If any rule is violated between constraint and data, then the action is aborted by the constraint.
In previous article we have discussed about SQL and some queries. In this part we will continue on SQL Queries: Customer IdNameAddressContact  Marks
SQL stands for Structured Query Language. The structured query language is used to manipulate and access the databases. SQL is an ANSI (American National Standard Institute) standard.
These functions return a single value, calculated from the values in the column.Scalar functions return a single value, based on input data. Following are the various types of scalar functions.