SlideShare a Scribd company logo
Welcome
Database creation and management with ML
Student’s Name: UMA DEVI.L
Student’s Qualification: B
Pharmacy
Student
ID:CSRPL_STD_IND_HYD_
ONL/CLS_212/102023
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch
1
Index
● Introduction
● Database creation
● Types of databases
● Factors in choosing DBMS
● DBMSs
● Conclusion
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 2
Database creation and
management with ML
Creating a database:
➢We use this software to organize and manipulate data in practice.
CREATE DATABSE [IF NOT EXISTS] database_name;
➢We use the data definition language CREATE statement to create
a database.
➢The command we need in this case is CREATE DATABASE. The
syntax to abide by is CREATE DATABASE.
➢[IF NOT EXISTS] is the optional statement.
➢The name of the database
➢And finally, a semicolon (;).
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 3
4
CREATE DATABASE:
➢ It will obviously create a database as an abstract unit.
➢ This means that for the moment the database will not contain any
data and will simply represent an object ready to be filled with
information.
[IF NOT EXISTS]:
➢It will verify if a database with same name exists already if it does,
this will impede us from creating a database with the same name.
www.clinosol.com | follow us on social media
@clinosolresearch
10/18/2022
➢ Brackets around indicate that the statement in between
them is optional in the syntax.
➢You could either type or omit the statement. Even if you
don’t include it code will run anyway.
➢Neverthless, always using it allows you to avoid potential
errors when working with large amount of data.
database_name :
➢Give a name that is short but at the same time as related
to the content of the data as possible.
➢Whether you use uppercase or lowercase letters only, or
both.
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 5
➢ while writing the name of the database quotes are
optional. Suppose the database name is trails, you
could either say “trails” with quotes or without using
quotes. It makes no difference.
• trails
• TRAILS
• Trails
• “trails”
Semicolon:
➢ Finally, you should always end your statements with the
semicolon character (;)
➢ It indicates that the statement is terminated.
10/18/2022
www.clinosol.com | follow us on social media
@clinosolresearch 6
TYPES OF DATABASES:
● Hierarchical databases
● Relational databases
● Non – relational databses
● Object oriented databses
7
www.clinosol.com | follow us on social media
@clinosolresearch
10/18/202
2
DATABASE MANAGEMENT SYSTEM
• A database management system is a computerized data
keeping system.
• Users of the system are given facilities to perform several
kinds of operations on such a system for either manipulation
of the data in the database or management of the database
structure itself.
8
www.clinosol.com | follow us on social media
@clinosolresearch
10/18/2022
What database management
system should you choose?
The perfect DBMS depends on several factors,
● Purpose of the database: Different DBMS are optimized for
different purposes.
For example, DBMSs are designed for transactions
processing, while others are designed for data
warehousing.
● The scale of the database: The size of the database,
number of users, and the amount of data that will be stored
all impact the choice of DBMS
● Performance requirements: The response time and
transactions will also affect the choice of DBMS.
● Cost: Different DBMS have different licensing fees and
hardware requirements.
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 9
Based on the above mentioned factors, some popular
DBMS for database development include following,
● MY SQL: a widely used open-source relational database
management system.
● Postgre SQL: a powerful open-source object-relational
database management system.
● Microsoft SQL server: a popular commercial relational
database management system.
● Oracle database: a powerful and widely used
commercial relational database management system.
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 10
● Microsoft access: an older DBMS and prone to something
called “bloating”, but it is great for beginners. The user
interface is second to none for building your relational
database, forms, and queries.
● MongoDB: a document-oriented NoSQL database
management system known for its scalability and ease of
use.
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 11
● The best choice will depend on the size and complexity
of your database, the type of data you need to store,
performance requirements, and budget.
CONCLUSION
Databases are used to store, organize and
manipulate the data by using database
management systems.
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 12
Thank You!
www.clinosol.com
(India | Canada)
9121151622/623/624
info@clinosol.com
10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 13

More Related Content

PPTX
Lec02_Database System Concepts and Architecture_part1.pptx
PPTX
Erciyes university
PPT
Basic and Introduction to DBMS Unit 1 of AU
PPTX
Data Base Design.pptx
PDF
Chapter 1 Fundamentals of Database Management System
PPTX
Introduction to NoSQL and MongoDB
PPTX
SQL vs MongoDB
PDF
SQL RDBMS Database System (Modern) Features & Types
Lec02_Database System Concepts and Architecture_part1.pptx
Erciyes university
Basic and Introduction to DBMS Unit 1 of AU
Data Base Design.pptx
Chapter 1 Fundamentals of Database Management System
Introduction to NoSQL and MongoDB
SQL vs MongoDB
SQL RDBMS Database System (Modern) Features & Types

Similar to Database Creation and Management with ML (20)

PDF
BCS403_dyeuhfgidgujoiduhyopyirhyiuertfuiPPT.pdf
PPTX
NoSQL Basics and MongDB
DOCX
Report 2.0.docx
PPTX
Database workshop - Encode | Bhuvan Gandhi | Vishwas Ganatra
DOCX
Report 1.0.docx
PDF
ADBMS 19MCA8125.pdf
PDF
Polyglot Persistence - Two Great Tastes That Taste Great Together
PPTX
NoSQLDatabases
PDF
Rdbms Practical file diploma
PDF
Mongo db basics
PPTX
Introduction to NoSQL
PPT
Chap gshsiiajsbbJAIOAJB68292uhsbiw8622.ppt
PPTX
Database management system
PDF
U nit 1_dbms
PDF
Database Systems Design Implementation And Management 13th Edition Coronel So...
PPT
DBMS - Introduction.ppt
PPTX
Database , 17 Web
PDF
Air Line Management System | DBMS project
PDF
What Are The Best Databases for Web Applications In 2023.pdf
BCS403_dyeuhfgidgujoiduhyopyirhyiuertfuiPPT.pdf
NoSQL Basics and MongDB
Report 2.0.docx
Database workshop - Encode | Bhuvan Gandhi | Vishwas Ganatra
Report 1.0.docx
ADBMS 19MCA8125.pdf
Polyglot Persistence - Two Great Tastes That Taste Great Together
NoSQLDatabases
Rdbms Practical file diploma
Mongo db basics
Introduction to NoSQL
Chap gshsiiajsbbJAIOAJB68292uhsbiw8622.ppt
Database management system
U nit 1_dbms
Database Systems Design Implementation And Management 13th Edition Coronel So...
DBMS - Introduction.ppt
Database , 17 Web
Air Line Management System | DBMS project
What Are The Best Databases for Web Applications In 2023.pdf
Ad

More from ClinosolIndia (20)

PDF
Data Reconciliation Made Easy: The Power of Machine Learning.pdf
PPTX
AI-Powered Pharmacovigilance_Enhancing Drug Safety Monitoring_clinosol_Deepik...
PPTX
Data base Creation in Clinical Trials: The AI Advantage
PPTX
strategies for managing and utilizing PGHD in CT (1).pptx
PPTX
The Role of Artificial Intelligence in Signal Detection and Risk Management
PPTX
Innovations in Drug Delivery Systems Revolutionizing how medications are admi...
PPTX
Data Anonymization for protecting patient privacy in Clinical Trials
PPTX
Using blockchain technology to enhance transparency and trust in clinical tri...
PDF
Predicting trial endpoints and outcomes using AI to improve efficiency and su...
PPTX
Clinical research Basics and types of clinical study designs.
PDF
Global Pharmacovigilance Regulatory Requirements: A Comparative Overview
PPTX
Patient-Centric Data Management: The Role of Wearables and Mobile Health Apps
PPTX
Medical Writing in Precision Medicine: Challenges and Future Directions
PDF
Medical Writing for Real-World Evidence Studies: Challenges and Solutions
PPTX
Medical Writing in Post-Marketing Surveillance: Regulatory Documents and Repo...
PPTX
Medical Writing for Regulatory Submissions: Essential Guidelines
PDF
Pharmacovigilance and Vaccine Safety: Learnings from the COVID-19 Pandemic
PDF
The Role of Artificial Intelligence in Signal Detection and Risk Management
PPTX
Regulatory Developments in Pharmacovigilance: Understanding EMA and FDA Requi...
PPTX
Virtual Trials: How COVID-19 Has Transformed Clinical Research
Data Reconciliation Made Easy: The Power of Machine Learning.pdf
AI-Powered Pharmacovigilance_Enhancing Drug Safety Monitoring_clinosol_Deepik...
Data base Creation in Clinical Trials: The AI Advantage
strategies for managing and utilizing PGHD in CT (1).pptx
The Role of Artificial Intelligence in Signal Detection and Risk Management
Innovations in Drug Delivery Systems Revolutionizing how medications are admi...
Data Anonymization for protecting patient privacy in Clinical Trials
Using blockchain technology to enhance transparency and trust in clinical tri...
Predicting trial endpoints and outcomes using AI to improve efficiency and su...
Clinical research Basics and types of clinical study designs.
Global Pharmacovigilance Regulatory Requirements: A Comparative Overview
Patient-Centric Data Management: The Role of Wearables and Mobile Health Apps
Medical Writing in Precision Medicine: Challenges and Future Directions
Medical Writing for Real-World Evidence Studies: Challenges and Solutions
Medical Writing in Post-Marketing Surveillance: Regulatory Documents and Repo...
Medical Writing for Regulatory Submissions: Essential Guidelines
Pharmacovigilance and Vaccine Safety: Learnings from the COVID-19 Pandemic
The Role of Artificial Intelligence in Signal Detection and Risk Management
Regulatory Developments in Pharmacovigilance: Understanding EMA and FDA Requi...
Virtual Trials: How COVID-19 Has Transformed Clinical Research
Ad

Recently uploaded (20)

DOCX
Copies if quanti.docxsegdfhfkhjhlkjlj,klkj
PPTX
Immunity....(shweta).................pptx
PPTX
First Aid and Basic Life Support Training.pptx
PPTX
Current Treatment Of Heart Failure By Dr Masood Ahmed
PPTX
Importance of Immediate Response (1).pptx
PPTX
Basics of pharmacology (Pharmacology I).pptx
PDF
Myers’ Psychology for AP, 1st Edition David G. Myers Test Bank.pdf
PPT
KULIAH UG WANITA Prof Endang 121110 (1).ppt
PDF
CHAPTER 9 MEETING SAFETY NEEDS FOR OLDER ADULTS.pdf
PPTX
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx
PDF
Dr Masood Ahmed Expertise And Sucess Story
PPTX
Medical aspects of impairment including all the domains mentioned in ICF
PPTX
NUTRITIONAL PROBLEMS, CHANGES NEEDED TO PREVENT MALNUTRITION
PPT
Adrenergic drugs (sympathomimetics ).ppt
PPTX
Nursing Care Aspects for High Risk newborn.pptx
PPTX
Galactosemia pathophysiology, clinical features, investigation and treatment ...
PPTX
Rheumatic heart diseases with Type 2 Diabetes Mellitus
PPTX
AI_in_Pharmaceutical_Technology_Presentation.pptx
PPT
Parental-Carer-mental-illness-and-Potential-impact-on-Dependant-Children.ppt
PDF
Dr. Jasvant Modi - Passionate About Philanthropy
Copies if quanti.docxsegdfhfkhjhlkjlj,klkj
Immunity....(shweta).................pptx
First Aid and Basic Life Support Training.pptx
Current Treatment Of Heart Failure By Dr Masood Ahmed
Importance of Immediate Response (1).pptx
Basics of pharmacology (Pharmacology I).pptx
Myers’ Psychology for AP, 1st Edition David G. Myers Test Bank.pdf
KULIAH UG WANITA Prof Endang 121110 (1).ppt
CHAPTER 9 MEETING SAFETY NEEDS FOR OLDER ADULTS.pdf
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx
Dr Masood Ahmed Expertise And Sucess Story
Medical aspects of impairment including all the domains mentioned in ICF
NUTRITIONAL PROBLEMS, CHANGES NEEDED TO PREVENT MALNUTRITION
Adrenergic drugs (sympathomimetics ).ppt
Nursing Care Aspects for High Risk newborn.pptx
Galactosemia pathophysiology, clinical features, investigation and treatment ...
Rheumatic heart diseases with Type 2 Diabetes Mellitus
AI_in_Pharmaceutical_Technology_Presentation.pptx
Parental-Carer-mental-illness-and-Potential-impact-on-Dependant-Children.ppt
Dr. Jasvant Modi - Passionate About Philanthropy

Database Creation and Management with ML

  • 1. Welcome Database creation and management with ML Student’s Name: UMA DEVI.L Student’s Qualification: B Pharmacy Student ID:CSRPL_STD_IND_HYD_ ONL/CLS_212/102023 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 1
  • 2. Index ● Introduction ● Database creation ● Types of databases ● Factors in choosing DBMS ● DBMSs ● Conclusion 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 2
  • 3. Database creation and management with ML Creating a database: ➢We use this software to organize and manipulate data in practice. CREATE DATABSE [IF NOT EXISTS] database_name; ➢We use the data definition language CREATE statement to create a database. ➢The command we need in this case is CREATE DATABASE. The syntax to abide by is CREATE DATABASE. ➢[IF NOT EXISTS] is the optional statement. ➢The name of the database ➢And finally, a semicolon (;). 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 3
  • 4. 4 CREATE DATABASE: ➢ It will obviously create a database as an abstract unit. ➢ This means that for the moment the database will not contain any data and will simply represent an object ready to be filled with information. [IF NOT EXISTS]: ➢It will verify if a database with same name exists already if it does, this will impede us from creating a database with the same name. www.clinosol.com | follow us on social media @clinosolresearch 10/18/2022
  • 5. ➢ Brackets around indicate that the statement in between them is optional in the syntax. ➢You could either type or omit the statement. Even if you don’t include it code will run anyway. ➢Neverthless, always using it allows you to avoid potential errors when working with large amount of data. database_name : ➢Give a name that is short but at the same time as related to the content of the data as possible. ➢Whether you use uppercase or lowercase letters only, or both. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 5
  • 6. ➢ while writing the name of the database quotes are optional. Suppose the database name is trails, you could either say “trails” with quotes or without using quotes. It makes no difference. • trails • TRAILS • Trails • “trails” Semicolon: ➢ Finally, you should always end your statements with the semicolon character (;) ➢ It indicates that the statement is terminated. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 6
  • 7. TYPES OF DATABASES: ● Hierarchical databases ● Relational databases ● Non – relational databses ● Object oriented databses 7 www.clinosol.com | follow us on social media @clinosolresearch 10/18/202 2
  • 8. DATABASE MANAGEMENT SYSTEM • A database management system is a computerized data keeping system. • Users of the system are given facilities to perform several kinds of operations on such a system for either manipulation of the data in the database or management of the database structure itself. 8 www.clinosol.com | follow us on social media @clinosolresearch 10/18/2022
  • 9. What database management system should you choose? The perfect DBMS depends on several factors, ● Purpose of the database: Different DBMS are optimized for different purposes. For example, DBMSs are designed for transactions processing, while others are designed for data warehousing. ● The scale of the database: The size of the database, number of users, and the amount of data that will be stored all impact the choice of DBMS ● Performance requirements: The response time and transactions will also affect the choice of DBMS. ● Cost: Different DBMS have different licensing fees and hardware requirements. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 9
  • 10. Based on the above mentioned factors, some popular DBMS for database development include following, ● MY SQL: a widely used open-source relational database management system. ● Postgre SQL: a powerful open-source object-relational database management system. ● Microsoft SQL server: a popular commercial relational database management system. ● Oracle database: a powerful and widely used commercial relational database management system. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 10
  • 11. ● Microsoft access: an older DBMS and prone to something called “bloating”, but it is great for beginners. The user interface is second to none for building your relational database, forms, and queries. ● MongoDB: a document-oriented NoSQL database management system known for its scalability and ease of use. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 11
  • 12. ● The best choice will depend on the size and complexity of your database, the type of data you need to store, performance requirements, and budget. CONCLUSION Databases are used to store, organize and manipulate the data by using database management systems. 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 12
  • 13. Thank You! www.clinosol.com (India | Canada) 9121151622/623/624 info@clinosol.com 10/18/2022 www.clinosol.com | follow us on social media @clinosolresearch 13