Oracle Optimists

Oracle Optimists We offer ‘Total IT Solution’ for automating business, non-business organizations and provide technical support, consultancy, IT training, etc.

@follower
19/04/2025

@follower

https://youtu.be/qN3QNR2H4ww
28/05/2023

https://youtu.be/qN3QNR2H4ww

IDB BISEW Scholarship project a courseTotal Free course and job opportunitiesThe Bank funds and implements its scholarship programmes as part of its overall ...

30/01/2022


The syntax for the SELECT statement in SQL is:

SELECT expressions
FROM tables
[WHERE conditions]
[ORDER BY expression [ ASC | DESC ]];
Parameters or Arguments
expressions
The columns or calculations that you wish to retrieve. Use * if you wish to select all columns.
tables
The tables that you wish to retrieve records from. There must be at least one table listed in the FROM clause.
WHERE conditions
Optional. The conditions that must be met for the records to be selected. If no conditions are provided, then all records will be selected.
ORDER BY expression
Optional. The expression used to sort the records in the result set. If more than one expression is provided, the values should be comma separated.
ASC
Optional. ASC sorts the result set in ascending order by expression. This is the default behavior, if no modifier is provider.
DESC
Optional. DESC sorts the result set in descending order by expression.
DDL/DML for Examples
If you want to follow along with this tutorial, get the DDL to create the tables and the DML to populate the data. Then try the examples in your own database!

Get DDL/DML

Example - Select All Fields from a Table
Let's look at an example that shows how to use the SQL SELECT statement to select all fields from a table.

In this example, we have a table called customers with the following data:

customer_id last_name first_name favorite_website
4000 Jackson Joe abc.com
5000 Smith Jane def.com
6000 Ferguson Samantha abcd.com
7000 Reynolds Allen abcdef.com
8000 Anderson Paige NULL
9000 Johnson Derek abc.com
Now let's demonstrate how the SELECT statement works by selecting all columns from the customers table. Enter the following SELECT statement:

Try It
SELECT *
FROM customers
WHERE favorite_website = 'abc.com'
ORDER BY last_name ASC;
There will be 2 records selected. These are the results that you should see:

customer_id last_name first_name favorite_website
4000 Jackson Joe abc.com
9000 Johnson Derek abc.com
In this example, we've used * to signify that we wish to view all fields from the customers table where the favorite_website is 'abc.com'. The result set is sorted by last_name in ascending order.

26/01/2022

--------- ----
# stands for Structured Query Language and is the standard relational language that is supported by just about every database product. All database professionals should know how to write, troubleshoot, and optimize SQL.
Our tutorial will start with the basics of SQL, such as how to retrieve and manipulate data. Then we will move to the more advanced topics such as how to create tables and views.
With this tutorial, you should be on your way to becoming proficient in writing, executing, and optimizing SQL.
:
#01-SQL_Basics
#02-SQL_Advanced
#03-SQL_Functions
#04-SQL_Tuning
#-------------start------
#01-SQL_Basics
ALIASES
AND
AND & OR
BETWEEN
COMPARISON OPERATORS
DATA TYPES
DELETE
DISTINCT
EXCEPT
EXISTS
FROM
GROUP BY
HAVING
IN
INSERT
INTERSECT
IS NOT NULL
IS NULL
JOIN
LIKE
MINUS
NOT
OR
ORDER BY
SELECT
SELECT LIMIT
SELECT TOP
TRUNCATE
UNION
UNION ALL
UPDATE
WHERE

29/10/2021

আবারো খুব দ্রুত ঢাকায় শুরু হতে যাচ্ছে বেসিস এর তত্ত্বাবধায়নে বেসিস-এসইআইপি প্রকল্পের আওতায় ১ মাস ব্যাপী IT Sales এর প্রশিক্ষন। যারা এখনো আবেদন করেন নি, আজকের মধ্যেই আবেদন করুন।

রেজিস্ট্রেশন লিঙ্কঃ http://seip.bitm.org.bd/seip/registration/dhaka

উল্লেখ্য, এই প্রশিক্ষণটিতে রয়েছেঃ বিনামূল্যে প্রশিক্ষণের সুযোগ স্টাইপেন্ড এবং সফলদের জন্য চাকুরীর ব্যবস্থা।

শিক্ষাগত যোগ্যতাঃ গ্রাডুয়েশন কমপ্লিট , ডিপ্লোমা অথবা ফাইনাল ইয়ার

যোগাযোগঃ +8809612342486 Ext. 223

Address

Nurjahan Sharif Plaza 4th Floor) 34, Purana Paltan
Dhaka
1000

Telephone

+8801628284181

Website

Alerts

Be the first to know and let us send you an email when Oracle Optimists posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Oracle Optimists:

Share