answersLogoWhite

0

No. Every content management system relies on a database to store all the information in it. Each post (and it's title, content, comments etc) are stored in a database.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can Google access the contents of a blog post without accessing the blog's database?

ibelieve, Google only searches for the words you enter in so it does not access the database it just accesses the word bank


Why do you need the primary key in the database?

without you will not be able to create a relationship


How do you add a blog on Boredcom?

To create a blog at blored.com go to the Blogs section of bored.com and click on the Create a Blog button.


Where can you learn how to create a blog?

There are many places where one can learn how to create a blog. One can learn to create a blog at popular on the web sources such as Tumblr and Blogspot.


How do you create a new database in MySQL?

The MySQL command is "CREATE DATABASE [dbname]" with "[dbname]" replaced with your desired database name.


How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


How do you create a blog on Twitter?

Twitter doesn't have a blog feature.


How do you create a database link?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


How do you create a blog on YouTube?

You have to create an account on youtube, then you just have to look up on your profile and you will see blog.


What are the main function of a database system?

create the database


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.